MembershipInfo.cn Property
Gets the Windows account name that identifies this user or a group of users.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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.