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.
Gets the Microsoft Windows account name that identifies this user or a group of users.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property cn As String
Get
'Usage
Dim instance As MembershipInfo
Dim value As String
value = instance.cn
public string cn { get; }
Property Value
Type: System.String
String that gets the Windows NT account name for a user or group.
Remarks
The cn property is read-only.