dsc/custom/cConfigFileEntry/DscResources/OBJ_cConfigFileEntry/OBJ_cConfigFileEntry.schema.mof
[ClassVersion("1.0.0"), FriendlyName("cConfigFileEntry")]
class OBJ_cConfigFileEntry : OMI_BaseResource { [Key] string Path; [Key] string Key; [write] string Value; [write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure; }; |