AdSyncGroupSynchronizedEventArgs.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 AdSyncGroupSynchronizedEventArgs
Dim value As String
value = instance.ADGroupName
public string ADGroupName { get; }
Property Value
Type: System.String
See Also
Reference
AdSyncGroupSynchronizedEventArgs Class