ADSyncERPSettings.ADGroupGuid Property
Gets the GUID identifier for the Active Directory group to synchronize.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property ADGroupGuid As Guid
Get
Set
'Usage
Dim instance As ADSyncERPSettings
Dim value As Guid
value = instance.ADGroupGuid
instance.ADGroupGuid = value
public Guid ADGroupGuid { get; set; }
Property Value
Type: System.Guid