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