CIM_SupportAccess class
The CIM_SupportAccess class defines how to obtain assistance for a product.
Important
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
[Abstract, UUID("{80321714-DB31-11d2-85FC-0000F8102E5F}"), AMENDMENT]
class CIM_SupportAccess
{
string CommunicationInfo;
uint16 CommunicationMode;
string Description;
string Locale;
string SupportAccessId;
};
Members
The CIM_SupportAccess class has these types of members:
Properties
The CIM_SupportAccess class has these properties.
-
CommunicationInfo
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MappingStrings ("MIF.DMTF|FRU|002.11", "MIF.DMTF|FRU|002.12")
Details of the communication mode. For example, if the CommunicationMode property is "Phone", then this property specifies the phone number to call.
-
-
CommunicationMode
-
-
Data type: uint16
-
Access type: Read-only
-
Qualifiers: MappingStrings ("MIF.DMTF|Support|001.5")
Form of communication to use to obtain support.
-
-
Other (1)
-
Phone (2)
-
Fax (3)
-
BBS (4)
-
Online Service (5)
-
Web Page (6)
-
Webpage
-
FTP (7)
-
E-mail (8)
-
Email
Description
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MappingStrings ("MIF.DMTF|Support|001.3")
Textual description of the type of support provided.
Locale
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MappingStrings ("MIF.DMTF|Support|001.2"), MaxLen (64)
Geographic region or language dialect to which this support resource pertains.
SupportAccessId
Arbitrary free-form string defined by the product vendor or by the organization that deploys the product. This property, since it is a key, should be unique throughout the enterprise.
Remarks
WMI does not implement this class.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|