Share via


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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

WorkspaceNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace