Share via


SMS_SIIB_Generic_Configuration

The SMS_SIIB_Generic_Configuration WMI class describes configuration data for particular SMS components.

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

Class SMS_SIIB_Generic_Configuration : SMS_SiteInstallItemBase
{
  string ConfigurationName;
  string ItemName;
  string ItemType;
  SMS_SII_PropertyList PropLists[];
  SMS_SII_Property Props[];
  string Units[];
};

Properties

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

    Name of the configuration.

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

    Unique identifier of a site install item.

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

    Unique identifier of a site install item.

  • PropLists
    Data type: SMS_SII_PropertyList[]
    Access type: Read-only

    Zero or more properties that contain an array of strings.

  • Props
    Data type: SMS_SII_Property[]
    Access type: Read-only

    Zero or more properties that contain numeric or string values.

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

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

See Also

Site Configuration Classes