KindFilterDefinition.Kind 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.
If this filter is active, the search will add a NavigateToItem if the NavigateToItemKind matches this one.
public: property System::String ^ Kind { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public: property Platform::String ^ Kind { public:
Platform::String ^ get(); protected:
void set(Platform::String ^ value); };
public string Kind { get; protected set; }
member this.Kind : string with get, set
Public Property Kind As String