[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.SignalType.Abbreviation"]
[RequiredAttribute]
[StringLengthAttribute(2)]
public string Abbreviation { get; set; }<RequiredAttribute>
<StringLengthAttribute(2)>
Public Property Abbreviation As String
Get
Setpublic:
[RequiredAttribute]
[StringLengthAttribute(2)]
property String^ Abbreviation {
String^ get ();
void set (String^ value);
}function get_Abbreviation();
function set_Abbreviation(value);