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