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