ProfileAlcoholPackagings Property | |
Gets or sets AlcoholPackagings
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<AlcoholPackaging> AlcoholPackagings { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property List<AlcoholPackaging^>^ AlcoholPackagings {
List<AlcoholPackaging^>^ get () sealed;
void set (List<AlcoholPackaging^>^ value) sealed;
}
function get_AlcoholPackagings();
function set_AlcoholPackagings(value);
Property Value
Type:
ListAlcoholPackagingImplements
IProfileAlcoholPackagingsSee Also