Share via


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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

UndoPendingChangesNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace