CheckinNotification.Changeset Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Changeset As Integer
public int Changeset { get; }
public:
property int Changeset {
    int get ();
}
member Changeset : int with get
function get Changeset () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

CheckinNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace