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