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