ADSyncGroupSettings.OnlineUserAccountPopertyName Property
Gets the Active Directory node property name for user account information.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property OnlineUserAccountPopertyName As String
Get
Set
'Usage
Dim instance As ADSyncGroupSettings
Dim value As String
value = instance.OnlineUserAccountPopertyName
instance.OnlineUserAccountPopertyName = value
public string OnlineUserAccountPopertyName { get; set; }
Property Value
Type: System.String