SupportsGenericQueryDesignerAttribute.SupportsGenericQueryDesigner 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 a Boolean value that indicates whether the IQueryDesigner supports custom text mode.
public:
property bool SupportsGenericQueryDesigner { bool get(); };
public bool SupportsGenericQueryDesigner { get; }
member this.SupportsGenericQueryDesigner : bool
Public ReadOnly Property SupportsGenericQueryDesigner As Boolean
Property Value
true
if the IQueryDesigner supports custom text mode; otherwise, false
.