summaryrefslogtreecommitdiffstats
path: root/mof/LMI_Test.mof
blob: b58de9f7adac0b3265aa2ce83315ecd70c961abf (plain)
1
2
3
4
5
6
7
8
9
10
[Version("0.1.0")]
class LMI_Test
{
    [Key]
    uint32 Id;
    string Value;

    uint32 SetValue([In] string value);
    string GetValue();
};