System\CIM_HelpServiceAvailableToFile.mof.mof (HTML version)

Return to index
CIM_HelpServiceAvailableToFile Superclass: CIM_ServiceAvailableToElement
CIM_HelpServiceAvailableToFile indicates that the service is available for accessing the help file.
Qualifiers:Version ( "2.9.0" ) Association
Parameters (local in grey)
Values { "Unknown" , "Other" , "XML" , "HTML" , "Binary" , "Executable" , ".hlp" }
ModelCorrespondence { "CIM_HelpServiceAvailableToFile.OtherDocumentFormatDescription" }
ValueMap { "0" , "1" , "2" , "3" , "4" , "5" , "6" }
uint16 DocumentFormat ;
Document format for the associated file.
Override ( "UserOfService" )
CIM_LogicalFile REF UserOfService ;
The file that make use of this Service.
ModelCorrespondence { "CIM_HelpServiceAvailableToFile.DocumentFormat" }
string OtherDocumentFormatDescription ;
Describes the format of the file when DocumentFormat= 'Other' is specified.
Override ( "ServiceProvided" )
CIM_HelpService REF ServiceProvided ;
The Service that is available.