Share via


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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CheckinNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace