Share via


TfvcChangeset.HasMoreChanges Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property HasMoreChanges As Boolean
[DataMemberAttribute(EmitDefaultValue = false)]
public bool HasMoreChanges { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool HasMoreChanges {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member HasMoreChanges : bool with get, set
function get HasMoreChanges () : boolean 
function set HasMoreChanges (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfvcChangeset Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace