IResultObject Members
Exposes data for result objects in Configuration Manager 2007, which are individual management objects or result sets containing one or more objects.
The following tables list the members exposed by the IResultObject type.
Public Properties
Name | Description | |
---|---|---|
AutoCommit | Gets or sets a value that indicates whether automatic calls are made to the commit method for all site control file classes using the SiteCode property of the current object (default). | |
AutoRefresh | Gets or sets a value that indicates whether automatic calls are made to the refresh method for all site control file classes using the SiteCode property of the current object (default). | |
ConnectionManager | Gets the connection manager for the result object. | |
Count | Gets the count of items that are associated with the result object. | |
DisplayDescription | Gets the display description for the result object. | |
DisplayString | Gets the display string for the module that is associated with the result object. | |
EmbeddedProperties | Gets or sets the embedded properties that are associated with the result object. | |
EmbeddedPropertyLists | Gets or sets the embedded property lists that are associated with the result object. | |
GenericsArray | Gets the generics array for the result object. | |
HelpTopic | Gets the Help topic that corresponds to the result object. | |
Item | Gets or sets an item in the result object. | |
ObjectClass | Gets the name of the class for the result object. | |
OverridingObjectClass | Gets the name of the overriding object class. | |
Properties | Gets or sets the properties of the result object. | |
PropertyList | Gets the property list for the result object. | |
PropertyNames | Gets the property names for the result object. | |
RegMultiStringLists | Gets or sets the registry multi-string lists for the result object. | |
SecurityVerbs | Gets the security delegate verbs for the result object. | |
TraceProperties | Gets or sets a value that indicates whether the properties of the result object are written into the trace file. | |
UniqueIdentifier | Gets the GUID for the result object. |
Top
Public Methods
Name | Description | |
---|---|---|
ContainsObjectClass | Determines whether the result object contains the specified object class. | |
Delete | Overloaded. | |
ExecuteMethod | Runs the specified method on the result object. | |
FormatQuery | Formats a query for the result object. | |
Get | Overloaded. | |
GetArrayItems | Gets array items for the specified result object property. | |
GetEnumerator | Gets the forward-only enumerator that iterates through the result object. | |
GetQualifierValue | Gets the qualifier value for the specified qualifier name. | |
GetSingleItem | Gets a single item that corresponds to the specified property name. | |
Put | Overloaded. | |
SetArrayItems | Sets the array items for the specified property. | |
SetQualifierValue | Sets the specified qualifier value. | |
SetSingleItem | Sets a single item that corresponds to the specified property name and value. |
Top
See Also
Reference
IResultObject Interface
Microsoft.ConfigurationManagement.ManagementProvider Namespace
Other Resources
Configuration Manager Objects Overview
Configuration Manager Result Sets
Managed SMS Provider Fundamentals in Configuration Manager
How to Create a Configuration Manager Object by Using Managed Code
How to Perform a Synchronous Configuration Manager Query by Using Managed Code