ResultObjectPropertyItems.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 ResultObjectPropertyItems
Dim value As Object()

value = instance.ObjectArrayValue

instance.ObjectArrayValue = value

Syntax

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

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

public final 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

ResultObjectPropertyItems Class
ResultObjectPropertyItems Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace