HistoryQueryResults<T>.MoreResultsAvailable Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MoreResultsAvailable As Boolean
[DataMemberAttribute(EmitDefaultValue = false)]
public bool MoreResultsAvailable { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool MoreResultsAvailable {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member MoreResultsAvailable : bool with get, set
function get MoreResultsAvailable () : boolean
function set MoreResultsAvailable (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.