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

Visual Basic
Dim instance As IResultObject

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public Interface IResultObject
		Inherits IComparable, IDisposable, ICloneable
C#
[DefaultMemberAttribute("Item")] 
public interface IResultObject : IComparable, IDisposable, ICloneable
C++
[DefaultMemberAttribute(L"Item")] 
public interface class IResultObject : IComparable, IDisposable, ICloneable
J#
/** @attribute DefaultMemberAttribute("Item") */ 
public interface IResultObject extends IComparable, IDisposable, 
		ICloneable
JScript
DefaultMemberAttribute("Item") 
public interface IResultObject extends IComparable, IDisposable, 
		ICloneable

Remarks

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.


Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also