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