DSCResources/xMediaLibrary/xMediaLibrary.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("xMediaLibrary")]
class xMediaLibrary : OMI_BaseResource
{
    [Key] string LibraryName;
    [Key] string LibrarySiteName;
    [Required] string LibraryDisplayName;
    [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] string Ensure;
    [Write] string LibraryFolder;
    [Write] string LibraryDescription;
};