Identity.Type Property

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

Syntax

'宣言
Public Property Type As IdentityType
    Get
    Set
public IdentityType Type { get; set; }
public:
property IdentityType Type {
    IdentityType get ();
    void set (IdentityType value);
}
member Type : IdentityType with get, set
function get Type () : IdentityType
function set Type (value : IdentityType)

Property Value

Type: Microsoft.TeamFoundation.Server.IdentityType

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.TeamFoundation.Server Namespace