IQueryPropertyItem Interface
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
'Usage
Dim instance As IQueryPropertyItem
Syntax
'Declaration
Public Interface IQueryPropertyItem
Inherits ICloneable
public interface IQueryPropertyItem : ICloneable
public interface class IQueryPropertyItem : ICloneable
public interface IQueryPropertyItem extends ICloneable
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
Reference
IQueryPropertyItem Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ResultObjectPropertyItems
Item
Other Resources
Managed SMS Provider Fundamentals in Configuration Manager
How to Modify a Configuration Manager Object by Using Managed Code