IQueryPropertyItem Members
Represents a single property of a result object in Configuration Manager 2007 that supports data binding.
The following tables list the members exposed by the IQueryPropertyItem type.
Public Properties
Name | Description | |
---|---|---|
BooleanArrayValue | Gets or sets a Boolean array value. | |
BooleanValue | Gets or sets a Boolean value. | |
ByteArrayValue | Gets or sets a byte array value. | |
CheckStateValue | Gets or sets a check state value. | |
CombinedStringValue | Gets a combined string value. | |
DataType | Gets the data type for the property item. | |
DateTimeArrayValue | Gets or sets a date time array value. | |
DateTimeValue | Gets or sets a date time value. | |
IntegerArrayValue | Gets or sets an integer array value. | |
IntegerValue | Gets or sets an integer value. | |
IsArray | Gets a value that indicates whether the property item is an array. | |
LongValue | Gets or sets a long value. | |
ObjectArrayValue | Gets or sets an object array value. | |
ObjectValue | Gets or sets an object value. | |
QualifierNames | Gets the qualifier names for the property item. | |
StringArrayValue | Gets or sets a string array value. | |
StringValue | Gets or sets a string value. | |
TimeSpanValue | Gets or sets a time span value. | |
TimeValue | Gets or sets a time value. |
Top
Public Methods
Name | Description | |
---|---|---|
Bit | Extracts the status of the property item bits for the specified bit mask. | |
GetBitValue | Gets the bit value for the specified bit mask. | |
SetBitValue | Sets the bit value for the specified bit mask. |
Top
See Also
Reference
IQueryPropertyItem Interface
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ResultObjectPropertyItems
Item
Other Resources
Managed SMS Provider Fundamentals in Configuration Manager
How to Modify a Configuration Manager Object by Using Managed Code