Identity.DistinguishedName Property

A distinguished name in LDAP form for the identity

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property DistinguishedName As String
'Usage
Dim instance As Identity 
Dim value As String 

value = instance.DistinguishedName

instance.DistinguishedName = value
public string DistinguishedName { get; set; }
public:
property String^ DistinguishedName {
    String^ get ();
    void set (String^ value);
}
public function get DistinguishedName () : String 
public function set DistinguishedName (value : String)

Property Value

Type: System.String
A string containing the distinguished name of the identity

Remarks

The distinguished name must be LDAP-escaped. It may optionally follow a LDAP:// prefix.

.NET Framework Security

See Also

Reference

Identity Class

Identity Members

Microsoft.TeamFoundation.Server Namespace