AdSyncGroupSynchronizingEventArgs.ADGroupGuid property
Gets the GUID 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 ADGroupGuid As Guid
Get
'Usage
Dim instance As AdSyncGroupSynchronizingEventArgs
Dim value As Guid
value = instance.ADGroupGuid
public Guid ADGroupGuid { get; }
Property value
Type: System.Guid
See also
Reference
AdSyncGroupSynchronizingEventArgs class