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