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;
};

Methods

The SMS_UINAL_ResourceInfo class does not define any methods.

Properties

ChmFile

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the compressed .chm file for the resource type.
ConfigUnit

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the unit that is being configured.
DisplayNameIconID

Data type: UInt32Access type: Read/WriteQualifiers: NoneResource ID of the display name icon for the resource type.
DisplayNameResID

Data type: UInt32Access type: Read/WriteQualifiers: NoneResource ID of the display name for the resource type.
GUID

Data type: StringAccess type: Read/WriteQualifiers: NoneGUID representing the Microsoft Management Console node for the property page.
HtmFile

Data type: StringAccess type: Read/WriteQualifiers: NoneHelp file (.htm) for the property page.
ResourceDLL

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the resource DLL containing the resource strings for DisplayNameResID and DisplayNameIconID.
ResourceType

Data type: StringAccess type: Read/WriteQualifiers: NoneSupported resource type.

Remarks

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.

Requirements

Runtime Requirements

Development Requirements

See Also