GetGroupMembershipChangeSet Method
See Also 
SourceCode.Security.UserRoleManager.Client Namespace > UserRoleManagerServer Class : GetGroupMembershipChangeSet Method



groupName
timeStamp
changeType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetGroupMembershipChangeSet( _
   ByVal groupName As String, _
   ByVal timeStamp As Date, _
   ByVal changeType As UserRoleManagerServer.ChangeSetType _
) As List(Of String)
Visual Basic (Usage) Copy Code
Dim instance As UserRoleManagerServer
Dim groupName As String
Dim timeStamp As Date
Dim changeType As UserRoleManagerServer.ChangeSetType
Dim value As List(Of String)
 
value = instance.GetGroupMembershipChangeSet(groupName, timeStamp, changeType)

Parameters

groupName
timeStamp
changeType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also