AdSyncGroupSynchronizedEventArgs.PWAGroupName property
Gets the name of the security group that is 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 PWAGroupName As String
Get
'Usage
Dim instance As AdSyncGroupSynchronizedEventArgs
Dim value As String
value = instance.PWAGroupName
public string PWAGroupName { get; }
Property value
Type: System.String
See also
Reference
AdSyncGroupSynchronizedEventArgs class