SMS_SiteInstallItemBase Server WMI Class

The SMS_SiteInstallItemBase Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the abstract base class from which all specific site install item configuration classes are derived.

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

Syntax

Class SMS_SiteInstallItemBase : SMS_SiteInstallItem   
{  
     String ItemName;  
     String ItemType;  
     String Units[];  
     String SiteCode;  
};  

Methods

The SMS_SiteInstallItemBase class does not define any methods.

Properties

ItemName
Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteInstallItem Server WMI Class.

ItemType
Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteInstallItem Server WMI Class.

Units
Data type: String Array

Access type: Read/Write

Qualifiers: None

Units to install. Possible values are:

  • SMS

  • ADMIN_UI

  • Remote control

    SiteCode
    Data type: String

    Access type: Read-only

    Qualifiers: [read]

    For internal use only.

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_SiteInstallMap Server WMI Class