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