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