Edit

Share via


SMS_SIIB_Configuration Server WMI Class

The SMS_SIIB_Configuration Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the configuration for a property page in the Configuration Manager console.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

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 SiteCode;  
   String Type;  
   String Units[];  
};  

Methods

The SMS_SIIB_Configuration class does not define any methods.

Properties

ChmFile
Data type: String

Access type: Read-only

Qualifiers: None

This property is deprecated.

ConfigUnitName
Data type: String

Access type: Read-only

Qualifiers: None

Name of the configuration unit to find in the site control file.

ConfigurationName
Data type: String

Access type: Read-only

Qualifiers: None

Name of the configuration.

DescriptionID
Data type: UInt32

Access type: Read-only

Qualifiers: None

This property is deprecated.

DispIconID
Data type: UInt32

Access type: Read-only

Qualifiers: None

This property is deprecated.

DispNameID
Data type: UInt32

Access type: Read-only

This property is deprecated.

Flags
Data type: UInt32

Access type: Read-only

Qualifiers: [bits]

Flags defining the site to which the configuration applies. Possible values are listed below. The default value is 3.

0
SECONDARY

1
PRIMARY

GUID
Data type: String

Access type: Read-only

Qualifiers: None

This property is deprecated.

HtmFile
Data type: String

Access type: Read-only

Qualifiers: None

This property is deprecated.

ItemName
Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteInstallItemBase Server WMI Class.

ItemType
Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteInstallItemBase Server WMI Class.

ResDLL
Data type: String

Access type: Read-only

Qualifiers: None

This property is deprecated.

SiteCode
Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_SiteInstallItemBase Server WMI Class.

Type
Data type: String

Access type: Read-only

Qualifiers: None

The configuration type. Possible values are:

  • COMPONENT_CONFIGURATION(Component Configuration)

  • DISCOVERY_METHOD(Discovery Method)

  • CLIENT_SETUP_METHOD(Client Setup Method)

  • INVENTORY_METHOD(Inventory Method)

  • CLIENT_AGENT(Client Agent)

  • CLIENT_ACCOUNT_CONFIGURATION(Client Account Configuration)

  • SERVER_ACCOUNT_CONFIGURATION(Server Account Configuration)

    Units
    Data type: String Array

    Access type: Read-only

    Qualifiers: None

    See SMS_SiteInstallItemBase Server WMI Class.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Configuration Manager Site Configuration Server WMI Classes
SMS_SiteInstallItemBase Server WMI Class