DscResources/MimSyncMVAttributeType/MimSyncMVAttributeType.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("MVAttributeType")] class MimSyncMVAttributeType : OMI_BaseResource { [Key] String ID; [Write] Boolean SingleValue; [Write] Boolean Indexable; [Write] Boolean Indexed; [Write] String Syntax; [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |