'Declaration <DataMemberAttribute("Enabled")> Public Property Enabled As Boolean
'Usage Dim instance As AlarmInfo Dim value As Boolean instance.Enabled = value value = instance.Enabled
[DataMember("Enabled")] public bool Enabled {get; set;}
[DataMember("Enabled")] public: property bool Enabled { bool get(); void set ( bool value); }