PathRestriction.User Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Déclaration
Public Property User As String
Get
Private Set
public string User { get; private set; }
public:
property String^ User {
String^ get ();
private: void set (String^ value);
}
member User : string with get, private set
function get User () : String
private function set User (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.