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