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