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