Udostępnij za pośrednictwem


IQueryPropertyItem.ObjectArrayValue Property

Gets or sets an object array value.

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

Usage

'Usage
Dim instance As IQueryPropertyItem
Dim value As Object()

value = instance.ObjectArrayValue

instance.ObjectArrayValue = value

Syntax

'Declaration
Property ObjectArrayValue As Object()
Object[] ObjectArrayValue { get; set; }
property array<Object^>^ ObjectArrayValue {
    array<Object^>^ get ();
    void set (array<Object^>^ value);
}
/** @property */
Object[] get_ObjectArrayValue ()

/** @property */
void set_ObjectArrayValue (Object[] value)
function get ObjectArrayValue () : Object[]

function set ObjectArrayValue (value : Object[])

Property Value

Array of System.Object instances.

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

IQueryPropertyItem Interface
IQueryPropertyItem Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace