WorkspaceNotification.UserName 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
<BrowsableAttribute(False)> _
<ObsoleteAttribute("User the User property instead")> _
Public ReadOnly Property UserName As String
[BrowsableAttribute(false)]
[ObsoleteAttribute("User the User property instead")]
public string UserName { get; }
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"User the User property instead")]
public:
property String^ UserName {
    String^ get ();
}
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("User the User property instead")>]
member UserName : string with get
function get UserName () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

WorkspaceNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace