SearchableAttributeItem.SearchQueryType Property
Public Property SearchQueryType() As AttributeSearchContext
This language is not supported or no code example is available.
public AttributeSearchContext SearchQueryType {get; set;}
This language is not supported or no code example is available.
public:
property AttributeSearchContext SearchQueryType {
AttributeSearchContext get( );
void set(
AttributeSearchContext value
);
}
This language is not supported or no code example is available.
public function get SearchQueryType() : AttributeSearchContext;
public function set SearchQueryType(value : AttributeSearchContext);
This language is not supported or no code example is available.