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