Share via


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-only

    Type of server.

  • GUID
    Data type: string
    Access type: Read-only

    GUID representing the MMC Node type for the property page.

  • ResourceDLL
    Data type: string
    Access type: Read-only

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

  • DisplayNameResID
    Data type: uint32
    Access type: Read-only

    Resource identifier of the display name.

  • DisplayNameIconID
    Data type: uint32
    Access type: Read-only

    Resource identifier of the display name icon.

  • ChmFile
    Data type: string
    Access type: Read-only

    Name of the compressed .chm file.

  • HtmFile
    Data type: string
    Access type: Read-only

    Help file (.htm file) for the property page.

  • ConfigUnit
    Data type: string
    Access type: Read-only

    Functional area to which this resource information applies.

See Also

Site Configuration Classes, SMS_SIIB_UINALProvider