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