ADSyncERPSettings.ADGroupFQDN Property
Specifies the fully qualified domain name of the Active Directory group to synchronize.
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 ADGroupFQDN As String
Get
Set
'Usage
Dim instance As ADSyncERPSettings
Dim value As String
value = instance.ADGroupFQDN
instance.ADGroupFQDN = value
public string ADGroupFQDN { get; set; }
Property Value
Type: System.String