IResultObject Interface

System Center
Exposes data for result objects in Configuration Manager 2007, which are individual management objects or result sets containing one or more objects.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

'Usage
Dim instance As IResultObject

[DefaultMemberAttribute(L"Item")] 
public interface class IResultObject : IComparable, IDisposable, ICloneable
/** @attribute DefaultMemberAttribute("Item") */ 
public interface IResultObject extends IComparable, IDisposable, 
	ICloneable
DefaultMemberAttribute("Item") 
public interface IResultObject extends IComparable, IDisposable, 
	ICloneable

This interface and its relationship to the management provider are introduced in Managed SMS Provider Fundamentals in Configuration Manager. All result objects that are usable in the Configuration Manager console must support this interface. The support is automatically provided when your application creates a management object. It is also available on a result set that is retrieved by a query.


Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista
Show: