[ConnectionStringParameterAttribute] [DefaultValueAttribute(false)] public bool EnableSSL { get; set; }
<ConnectionStringParameterAttribute> <DefaultValueAttribute(false)> Public Property EnableSSL As Boolean Get Set
public: [ConnectionStringParameterAttribute] [DefaultValueAttribute(false)] property bool EnableSSL { bool get (); void set (bool value); }
[<ConnectionStringParameterAttribute>] [<DefaultValueAttribute(false)>] member EnableSSL : bool with get, set
function get_EnableSSL(); function set_EnableSSL(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.