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