[ConnectionStringParameterAttribute] [DefaultValueAttribute(typeof(ushort), "20000")] public ushort Port { get; set; }
<ConnectionStringParameterAttribute> <DefaultValueAttribute(GetType(UShort), "20000")> Public Property Port As UShort Get Set
public: [ConnectionStringParameterAttribute] [DefaultValueAttribute(typeof(unsigned short), L"20000")] property unsigned short Port { unsigned short get (); void set (unsigned short value); }
[<ConnectionStringParameterAttribute>] [<DefaultValueAttribute(typeof(uint16), "20000")>] member Port : uint16 with get, set
function get_Port(); function set_Port(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.