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