CompletionList.IsIncomplete Property

Definition

Gets or sets a value indicating whether Items is the complete list of items or not. If incomplete is true, then filtering should ask the server again for completion item.

public:
 property bool IsIncomplete { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(Name="isIncomplete")]
public bool IsIncomplete { get; set; }
[<System.Runtime.Serialization.DataMember(Name="isIncomplete")>]
member this.IsIncomplete : bool with get, set
Public Property IsIncomplete As Boolean

Property Value

Attributes

Applies to