SMS_UINAL_ResourceInfo
The SMS_UINAL_ResourceInfo WMI class is an embedded object that stores NAL data specific to the SMS Administrator console.
The following syntax is simplified from MOF code and includes all inherited properties.
Class SMS_UINAL_ResourceInfo
{
string ResourceType;
string GUID;
string ResourceDLL;
uint32 DisplayNameResID;
uint32 DisplayNameIconID;
string ChmFile;
string HtmFile;
string ConfigUnit;
};
Properties
ResourceType
Data type: string
Access type: Read-onlyType of server.
GUID
Data type: string
Access type: Read-onlyGUID representing the MMC Node type for the property page.
ResourceDLL
Data type: string
Access type: Read-onlyName of the resource DLL containing the resource strings for DisplayNameResID and DisplayNameIconID.
DisplayNameResID
Data type: uint32
Access type: Read-onlyResource identifier of the display name.
DisplayNameIconID
Data type: uint32
Access type: Read-onlyResource identifier of the display name icon.
ChmFile
Data type: string
Access type: Read-onlyName of the compressed .chm file.
HtmFile
Data type: string
Access type: Read-onlyHelp file (.htm file) for the property page.
ConfigUnit
Data type: string
Access type: Read-onlyFunctional area to which this resource information applies.