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 distinguished name (DN) of the group. A DN is a sequence of relative distinguished names (RDN) that are connected by commas.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public string DistinguishedName { get; internal set; }
public:
[DataMemberAttribute]
property String^ DistinguishedName {
String^ get();
internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property DistinguishedName As String
Get
Friend Set
End Property
Property Value
Type: System.String
A String object that contains the DN of the group account.
See Also
GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top