Identity.Type Property

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

Syntax

'Declaration
Public Property Type As IdentityType
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
Returns IdentityType.

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.TeamFoundation.Server Namespace