DSCResources/xDSCSEPVIE/xDSCSEPVIE.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xDSCSEPVIE")] class xDSCSEPVIE : OMI_BaseResource { [Key, Description("Location of the VIE executable")] String VIELocation; [Write, Description("Ensure"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |