UnitOfMeasureAbbreviation Property | |
Gets or sets the Abbreviation.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public string Abbreviation { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ Abbreviation {
String^ get ();
void set (String^ value);
}
function get_Abbreviation();
function set_Abbreviation(value);
Property Value
Type:
StringSee Also