Share via


PathRestriction.User Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property User As String
'Usage
Dim instance As PathRestriction 
Dim value As String 

value = instance.User

instance.User = value
public string User { get; set; }
public:
property String^ User {
    String^ get ();
    void set (String^ value);
}
public function get User () : String 
public function set User (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PathRestriction Class

PathRestriction Members

Microsoft.TeamFoundation.VersionControl.Server Namespace