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) | ![]() |
---|---|
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) |
C# | |
---|---|
public List<string> GetGroupMembershipChangeSet( string groupName, DateTime timeStamp, UserRoleManagerServer.ChangeSetType changeType ) |
C++/CLI | |
---|---|
public: List<String^>^ GetGroupMembershipChangeSet( String^ groupName, DateTime timeStamp, UserRoleManagerServer.ChangeSetType changeType ) |
Parameters
- groupName
- timeStamp
- changeType
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