ReProcessResultBaseChargeUnit Property | |
Gets or sets Base Charge Unit
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
public string BaseChargeUnit { get; set; }
public:
[DefaultValueAttribute(L"")]
property String^ BaseChargeUnit {
String^ get ();
void set (String^ value);
}
function get_BaseChargeUnit();
function set_BaseChargeUnit(value);
Property Value
Type:
StringRemarks
The unit value for the base charge
See Also