ADSyncERPSettings.ADGroupGuid Property
Specifies the unique identifier for sychronizing the specified Active Directory group.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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