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