Share via


SMS_SIIB_Configuration

The SMS_SIIB_Configuration WMI class describes where to find the help files and resource information for various property pages in the SMS Administrator console.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_SIIB_Configuration : SMS_SiteInstallItemBase
{
  string ChmFile;
  string ConfigUnitName;
  string ConfigurationName;
  uint32 DescriptionID;
  uint32 DispIconID;
  uint32 DispNameID;
  uint32 Flags;
  string GUID;
  string HtmFile
  string ItemName
  string ItemType
  string ResDLL
  string Type;
  string Units[];
};

Properties

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

    Compressed .chm file containing the .htm file.

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

    Provider that supports the configuration.

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

    Name of the configuration.

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

    Resource identifier of the description.

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

    Resource identifier of the display icon.

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

    Resource identifier of the display name.

  • Flags
    Data type: uint32
    Access type: Read-only
    Qualifiers: Bits

    Defines the site to which the configuration applies. Bit field enumeration:
    SECONDARY(0)
    PRIMARY(1)

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

    GUID representing the MMC Node type for the property page.

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

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

  • ItemName
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Unique identifier of the site install item.

  • ItemType
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Unique identifier of a site install item.

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

    Name of the resource DLL containing the resource strings for DescriptionID, DispIconID, and DispNameID.

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

    Type of configuration. For example, SQL Task or Inventory Method.

  • Units
    Data type: string[]
    Access type: Read-only

    Functional area to which this configuration applies. Values are:
    SMS
    ADMIN UI
    NETWORK MONITOR
    BOOKS ONLINE
    SCRIPTS

See Also

Site Configuration Classes