CompletionList.IsIncomplete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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