SMS_SII_Property Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_SII_Property Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a general-purpose storage object for property data that can be represented as a single integer or two strings.

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

Class SMS_SII_Property : SMS_SiteInstallItem 
{
     String ItemName;
     String ItemType;
     String PropertyName;
     UInt32 Value;
     String Value1;
     String Value2;
};

Methods

The SMS_SII_Property class does not define any methods.

Properties

  • PropertyName
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Name of the property. The name is case sensitive and might contain several words, for example, "Connection Point".

  • Value
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    A numeric value if the property is numeric.

  • Value1
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    A string value if the property is a string. The value is a registry data type if the property comes from the system registry. Otherwise, the value is the actual string for the property.

  • Value2
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    A value to indicate the string value of the property if Value1 indicates a REG_SZ registry data type.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

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

Concepts

Configuration Manager Site Configuration Server WMI Classes
SMS_SiteInstallItem Server WMI Class