HazmatQuantityUnits Property | |
Weight or volume units
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
[DefaultValueAttribute("")]
public string Units { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
[DefaultValueAttribute(L"")]
property String^ Units {
String^ get ();
void set (String^ value);
}
function get_Units();
function set_Units(value);
Property Value
Type:
StringSee Also