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 identity of this owner
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property Identity As TeamFoundationIdentity
public TeamFoundationIdentity Identity { get; internal set; }
public:
property TeamFoundationIdentity^ Identity {
TeamFoundationIdentity^ get ();
internal: void set (TeamFoundationIdentity^ value);
}
member Identity : TeamFoundationIdentity with get, internal set
function get Identity () : TeamFoundationIdentity
internal function set Identity (value : TeamFoundationIdentity)
Property Value
Type: Microsoft.TeamFoundation.Server.Core.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.