QueryHierarchyItem.IsInvalidSyntax 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.
Indicates if the WIQL of this query is invalid. This could be due to invalid syntax or a no longer valid area/iteration path.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool IsInvalidSyntax { get; set; }
member this.IsInvalidSyntax : bool with get, set
Public Property IsInvalidSyntax As Boolean
Property Value
- Attributes