SMS_SII_Property Server WMI Class
Updated: October 28, 2009
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;
};
The SMS_SII_Property class does not define any methods.
- 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.
- 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.
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.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.