summaryrefslogtreecommitdiffstats
path: root/mof/LMI_Test.mof
blob: a0ea5385e62eacd7ace396d3e1b1c91ec427de94 (plain)
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();
};