[ConnectionStringParameterAttribute] [DefaultValueAttribute("localhost")] public string Server { get; set; }
<ConnectionStringParameterAttribute> <DefaultValueAttribute("localhost")> Public Property Server As String Get Set
public: [ConnectionStringParameterAttribute] [DefaultValueAttribute(L"localhost")] property String^ Server { String^ get (); void set (String^ value); }
[<ConnectionStringParameterAttribute>] [<DefaultValueAttribute("localhost")>] member Server : string with get, set
function get_Server(); function set_Server(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.