Identity.DistinguishedName Property

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

Syntax

声明
Public Property DistinguishedName As String
    Get
    Set
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

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.TeamFoundation.Server Namespace