Represents a single property of a result object in Configuration Manager 2007 that supports data binding. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As IQueryPropertyItem

Syntax

Visual Basic
Public Interface IQueryPropertyItem
		Inherits ICloneable
C#
public interface IQueryPropertyItem : ICloneable
C++
public interface class IQueryPropertyItem : ICloneable
J#
public interface IQueryPropertyItem extends ICloneable
JScript
public interface IQueryPropertyItem extends ICloneable

Remarks

A class that supports the interface is ResultObjectPropertyItems. For an example of the use of this interface, see How to Modify a Configuration Manager Object by Using Managed Code.


Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also