Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
Gets the fully qualified domain name of 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
<ObsoleteAttribute("Use ADSyncERPSettings2 instead")> _
Public Property ADGroupFQDN As String
Get
Set
'Usage
Dim instance As ADSyncERPSettings
Dim value As String
value = instance.ADGroupFQDN
instance.ADGroupFQDN = value
[ObsoleteAttribute("Use ADSyncERPSettings2 instead")]
public string ADGroupFQDN { get; set; }
Property value
Type: System.String