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