Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Team Foundation identity of the service identity in the system.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction := ClientPropertySerialization.ServerToClientOnly)> _
Public Property Identity As Identity
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)]
public Identity Identity { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private, Direction = ClientPropertySerialization::ServerToClientOnly)]
public:
property Identity^ Identity {
Identity^ get ();
void set (Identity^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)>]
member Identity : Identity with get, set
function get Identity () : Identity
function set Identity (value : Identity)
Property Value
Type: Microsoft.VisualStudio.Services.Identity.Identity
Returns TeamFoundationIdentity.
.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.