AlcoholContentAlcoholPackaging Property | |
Gets or sets Alcohol Packaging
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 0)]
public int AlcoholPackaging { get; set; }
public:
[DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 0)]
property int AlcoholPackaging {
int get ();
void set (int value);
}
function get_AlcoholPackaging();
function set_AlcoholPackaging(value);
Property Value
Type:
Int32Remarks
The packaging type of this particular alcohol content's container - see AlcoholPackaging enumeration
See Also