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