Gets or sets an object array value. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ResultObjectPropertyItems
Dim value As Object()

value = instance.ObjectArrayValue

instance.ObjectArrayValue = value

Syntax

Visual Basic
Public Property ObjectArrayValue As Object()
C#
public Object[] ObjectArrayValue { get; set; }
C++
public:
virtual property array<Object^>^ ObjectArrayValue {
		array<Object^>^ get () sealed;
		void set (array<Object^>^ value) sealed;
}
J#
/** @property */
public final Object[] get_ObjectArrayValue ()

/** @property */
public final void set_ObjectArrayValue (Object[] value)
JScript
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