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