The name that uniquely identifies a given group or user.

The distinguished name (DN) consists of a group or user's short name and the name of the domain to which it belongs. For example, for a group with the short name "Managers", the distinguished name might be "CN=Managers,DC=example,DC=com".


Namespace: FileNet.Api.Security
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property DistinguishedName As String
C#
string DistinguishedName { get; }
C++
property string DistinguishedName abstract  {
    String get();
}
J#
/** property */
public string get_DistinguishedName();
JScript
public function get DistinguishedName() : String

Remarks

See Also