Partager via


GroupInfo.DistinguishedName Property

 

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