SearchModel.Attributes Property
Public Property Attributes() As List(Of SearchableAttributeItem)
This language is not supported or no code example is available.
public List<SearchableAttributeItem> Attributes {get; set;}
This language is not supported or no code example is available.
public:
property List<SearchableAttributeItem^>^ Attributes {
List<SearchableAttributeItem^>^ get( );
void set(
List<SearchableAttributeItem^>^ value
);
}
This language is not supported or no code example is available.