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

ItemName

Data type: StringAccess type: Read-only Qualifiers: [key, read]See SMS_SiteInstallItem Server WMI Class.
ItemType

Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteInstallItem Server WMI Class.
PropertyName

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the property. The name is case sensitive and might contain several words, for example, "Connection Point".
Value

Data type: UInt32Access type: Read/WriteQualifiers: NoneA numeric value if the property is numeric.
Value1

Data type: StringAccess type: Read/WriteQualifiers: NoneA 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: StringAccess type: Read/WriteQualifiers: NoneA 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

Development Requirements

See Also