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 the pusher
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Property Pusher As IdentityDescriptor
public IdentityDescriptor Pusher { get; private set; }
public:
property IdentityDescriptor^ Pusher {
IdentityDescriptor^ get ();
private: void set (IdentityDescriptor^ value);
}
member Pusher : IdentityDescriptor with get, private set
function get Pusher () : IdentityDescriptor
private function set Pusher (value : IdentityDescriptor)
Property Value
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
.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.