Identity.DistinguishedName Property

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

Syntax

'Declaration
Public Property DistinguishedName As String
public string DistinguishedName { get; set; }
public:
property String^ DistinguishedName {
    String^ get ();
    void set (String^ value);
}
member DistinguishedName : string with get, set
function get DistinguishedName () : String 
function set DistinguishedName (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.TeamFoundation.Server Namespace