CommodityContentunit_value_unit Property | |
Note: This API is now obsolete.
Gets or sets Unit Value
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [ObsoleteAttribute("Use UnitValue")]
[IgnoreDataMemberAttribute]
public string unit_value_unit { get; set; }
public:
[ObsoleteAttribute(L"Use UnitValue")]
[IgnoreDataMemberAttribute]
property String^ unit_value_unit {
String^ get ();
void set (String^ value);
}
function get_unit_value_unit();
function set_unit_value_unit(value);
Property Value
Type:
StringSee Also