[ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(SignalType), "CALC")]
[LabelAttribute("Signal Type")]
public virtual SignalType SignalType { get; set; }<ConnectionStringParameterAttribute>
<DefaultValueAttribute(GetType(SignalType), "CALC")>
<LabelAttribute("Signal Type")>
Public Overridable Property SignalType As SignalType
Get
Setpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(SignalType), L"CALC")]
[LabelAttribute(L"Signal Type")]
virtual property SignalType SignalType {
SignalType get ();
void set (SignalType value);
}function get_SignalType();
function set_SignalType(value);