DSCResources/xDownloadFile/xDownloadFile.schema.mof

 
[ClassVersion("1.0.0.0"), FriendlyName("xDownloadFile")]
class xDownloadFile : OMI_BaseResource
{
    [Key] String SourcePath;
    [Key] String FileName;
    [Write] String DestinationDirectoryPath;
};