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.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.