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
public property 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).
public property 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).
public property ConnectionManager Gets the connection manager for the result object.
public property Count Gets the count of items that are associated with the result object.
public property DisplayDescription Gets the display description for the result object.
public property DisplayString Gets the display string for the module that is associated with the result object.
public property EmbeddedProperties Gets or sets the embedded properties that are associated with the result object.
public property EmbeddedPropertyLists Gets or sets the embedded property lists that are associated with the result object.
public property GenericsArray Gets the generics array for the result object.
public property HelpTopic Gets the Help topic that corresponds to the result object.
public property Item Gets or sets an item in the result object.
public property ObjectClass Gets the name of the class for the result object.
public property OverridingObjectClass Gets the name of the overriding object class.
public property Properties Gets or sets the properties of the result object.
public property PropertyList Gets the property list for the result object.
public property PropertyNames Gets the property names for the result object.
public property RegMultiStringLists Gets or sets the registry multi-string lists for the result object.
public property SecurityVerbs Gets the security delegate verbs for the result object.
public property TraceProperties Gets or sets a value that indicates whether the properties of the result object are written into the trace file.
public property UniqueIdentifier Gets the GUID for the result object.

Top

Public Methods

  Name Description
public method ContainsObjectClass Determines whether the result object contains the specified object class.
public method Delete Overloaded.  
public method ExecuteMethod Runs the specified method on the result object.
public method FormatQuery Formats a query for the result object.
public method Get Overloaded.  
public method GetArrayItems Gets array items for the specified result object property.
public method GetEnumerator Gets the forward-only enumerator that iterates through the result object.
public method GetQualifierValue Gets the qualifier value for the specified qualifier name.
public method GetSingleItem Gets a single item that corresponds to the specified property name.
public method Put Overloaded.  
public method SetArrayItems Sets the array items for the specified property.
public method SetQualifierValue Sets the specified qualifier value.
public method 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