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