AlcoholContentAlcoholQuantity Property | |
Gets or sets Alcohol Quantity
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 1)]
public long AlcoholQuantity { get; set; }
public:
[DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 1)]
property long long AlcoholQuantity {
long long get ();
void set (long long value);
}
function get_AlcoholQuantity();
function set_AlcoholQuantity(value);
Property Value
Type:
Int64Remarks
The number of containers of this particular alcohol content
See Also