[ConnectionStringParameterAttribute] [DefaultValueAttribute(typeof(LogLevel), "Normal")] public LogLevel LogLevel { get; set; }
<ConnectionStringParameterAttribute> <DefaultValueAttribute(GetType(LogLevel), "Normal")> Public Property LogLevel As LogLevel Get Set
public: [ConnectionStringParameterAttribute] [DefaultValueAttribute(typeof(LogLevel), L"Normal")] property LogLevel LogLevel { LogLevel get (); void set (LogLevel value); }
[<ConnectionStringParameterAttribute>] [<DefaultValueAttribute(typeof(LogLevel), "Normal")>] member LogLevel : LogLevel with get, set
function get_LogLevel(); function set_LogLevel(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.