1 2 3 4 5 6 7 8 9 10
[Version("0.1.0")] class LMI_Test { [Key] uint32 Id; string Value; boolean SetValue([In] string value); string GetValue(); };