SMS_UINAL_ResourceInfo Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_UINAL_ResourceInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents network abstraction layer (NAL) data specific to the Configuration Manager console.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_UINAL_ResourceInfo 
{
     String ChmFile;
     String ConfigUnit;
     UInt32 DisplayNameIconID;
     UInt32 DisplayNameResID;
     String GUID;
     String HtmFile;
     String ResourceDLL;
     String ResourceType;
};

The SMS_UINAL_ResourceInfo class does not define any methods.

ChmFile

Data type: String

Access type: Read/Write

Qualifiers: None

Name of the compressed .chm file for the resource type.

ConfigUnit

Data type: String

Access type: Read/Write

Qualifiers: None

Name of the unit that is being configured.

DisplayNameIconID

Data type: UInt32

Access type: Read/Write

Qualifiers: None

Resource ID of the display name icon for the resource type.

DisplayNameResID

Data type: UInt32

Access type: Read/Write

Qualifiers: None

Resource ID of the display name for the resource type.

GUID

Data type: String

Access type: Read/Write

Qualifiers: None

GUID representing the Microsoft Management Console node for the property page.

HtmFile

Data type: String

Access type: Read/Write

Qualifiers: None

Help file (.htm) for the property page.

ResourceDLL

Data type: String

Access type: Read/Write

Qualifiers: None

Name of the resource DLL containing the resource strings for DisplayNameResID and DisplayNameIconID.

ResourceType

Data type: String

Access type: Read/Write

Qualifiers: None

Supported resource type.

Class qualifiers for this class include:

  • Embedded

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

This class is used in the ResourceInfo parameter of SMS_SIIB_UINALProvider Server WMI Class.

Show: