Share via


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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ShelvesetNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace