Share via


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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CheckinNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace