AdSyncGroupSynchronizingEventArgs.ADGroupName property
Gets the name of an Active Directory group.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property ADGroupName As String
Get
'Usage
Dim instance As AdSyncGroupSynchronizingEventArgs
Dim value As String
value = instance.ADGroupName
public string ADGroupName { get; }
Property value
Type: System.String
See also
Reference
AdSyncGroupSynchronizingEventArgs class