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.
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<ObsoleteAttribute("Use the Identity property instead")> _
Public Property User As String
[BrowsableAttribute(false)]
[ObsoleteAttribute("Use the Identity property instead")]
public string User { get; private set; }
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"Use the Identity property instead")]
public:
property String^ User {
String^ get ();
private: void set (String^ value);
}
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("Use the Identity property instead")>]
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
- 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.