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
- 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.