Help.FilterQuery Property

Definition

Returns the filter query string for the current Help collection filter.

public:
 property System::String ^ FilterQuery { System::String ^ get(); };
public:
 property Platform::String ^ FilterQuery { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(23)]
public string FilterQuery { [System.Runtime.InteropServices.DispId(23)] get; }
[<System.Runtime.InteropServices.DispId(23)>]
[<get: System.Runtime.InteropServices.DispId(23)>]
member this.FilterQuery : string
Public ReadOnly Property FilterQuery As String

Property Value

A string containing the query string for the current filter.

Attributes

Remarks

This property is deprecated. See FilterQuery for information about the current implementation.

Applies to