AdSyncGroupSynchronizingEventArgs.PWAGroupGuid property
Gets the GUID for the security group that is to be synchronized with Active Directory.
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 PWAGroupGuid As Guid
Get
'Usage
Dim instance As AdSyncGroupSynchronizingEventArgs
Dim value As Guid
value = instance.PWAGroupGuid
public Guid PWAGroupGuid { get; }
Property value
Type: System.Guid
See also
Reference
AdSyncGroupSynchronizingEventArgs class