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