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