Share via


ADSyncERPSettings.ADGroupGuid property

NOTE: This API is now obsolete.

Gets or sets 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
<ObsoleteAttribute("Use ADSyncERPSettings2 instead")> _
Public Property ADGroupGuid As Guid
    Get
    Set
'Usage
Dim instance As ADSyncERPSettings
Dim value As Guid

value = instance.ADGroupGuid

instance.ADGroupGuid = value
[ObsoleteAttribute("Use ADSyncERPSettings2 instead")]
public Guid ADGroupGuid { get; set; }

Property value

Type: System.Guid

See also

Reference

ADSyncERPSettings class

ADSyncERPSettings members

Microsoft.Office.Project.Server.Library namespace