[ConnectionStringParameterAttribute] [DefaultValueAttribute(27017)] public int Port { get; set; }
<ConnectionStringParameterAttribute> <DefaultValueAttribute(27017)> Public Property Port As Integer Get Set
public: [ConnectionStringParameterAttribute] [DefaultValueAttribute(27017)] property int Port { int get (); void set (int value); }
[<ConnectionStringParameterAttribute>] [<DefaultValueAttribute(27017)>] member Port : int with get, set
function get_Port(); function set_Port(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.