Share via


PathRestriction.User Property

Note: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Identity property instead")> _
<BrowsableAttribute(False)> _
Public Property User As String
[ObsoleteAttribute("Use the Identity property instead")]
[BrowsableAttribute(false)]
public string User { get; private set; }
[ObsoleteAttribute(L"Use the Identity property instead")]
[BrowsableAttribute(false)]
public:
property String^ User {
    String^ get ();
    private: void set (String^ value);
}
[<ObsoleteAttribute("Use the Identity property instead")>]
[<BrowsableAttribute(false)>]
member User : string with get, private set
function get User () : String 
private function set User (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

PathRestriction Class

Microsoft.TeamFoundation.VersionControl.Server Namespace