DExploreAppObjClass.FilterQuery 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.
Returns the filter query string for the current Help collection filter.
public:
virtual property System::String ^ FilterQuery { System::String ^ get(); };
public:
virtual property Platform::String ^ FilterQuery { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(23)]
public virtual string FilterQuery { [System.Runtime.InteropServices.DispId(23)] get; }
[<System.Runtime.InteropServices.DispId(23)>]
[<get: System.Runtime.InteropServices.DispId(23)>]
member this.FilterQuery : string
Public Overridable ReadOnly Property FilterQuery As String
Property Value
A string that contains the query string for the current filter.
Implements
- Attributes
Remarks
Deprecated. Use FilterQuery instead.