[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Device.ContactList"]
[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);
}
function get_ContactList();
function set_ContactList(value);