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