IdentityDescriptorData.IdentityType Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Déclaration
Public Property IdentityType As String
Get
Set
public string IdentityType { get; set; }
public:
property String^ IdentityType {
String^ get ();
void set (String^ value);
}
member IdentityType : string with get, set
function get IdentityType () : String
function set IdentityType (value : String)
Property Value
Type: System.String
.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.