ResultObjectsManager.Item Property

Gets or sets an item in the result collection.

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

Usage

'Usage
Dim instance As ResultObjectsManager
Dim name As String
Dim value As IQueryPropertyItem

value = instance(name)

instance(name) = value

Syntax

'Declaration
Public Default Property Item ( _
    name As String _
) As IQueryPropertyItem
public IQueryPropertyItem this [
    string name
] { get; set; }
public:
virtual property IQueryPropertyItem^ default [String^] {
    IQueryPropertyItem^ get (String^ name) sealed;
    void set (String^ name, IQueryPropertyItem^ value) sealed;
}
/** @property */
public final IQueryPropertyItem get_Item (String name)

/** @property */
public final void set_Item (String name, IQueryPropertyItem value)

Parameters

  • name
    [in] Name of the item.

Property Value

IQueryPropertyItem object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

ResultObjectsManager Class
ResultObjectsManager Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
IQueryPropertyItem Interface