Share via


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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

LabelNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace