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