Share via


ADSyncERPSettings.ADGroupFQDN property

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

See also

Reference

ADSyncERPSettings class

ADSyncERPSettings members

Microsoft.Office.Project.Server.Library namespace