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 IQueryPropertyItem
Dim value As Object()
value = instance.ObjectArrayValue
instance.ObjectArrayValue = value
|
Syntax
Visual Basic |
Property ObjectArrayValue As Object()
|
C# |
Object[] ObjectArrayValue { get; set; }
|
C++ |
property array<Object^>^ ObjectArrayValue {
array<Object^>^ get ();
void set (array<Object^>^ value);
}
|
J# |
/** @property */
Object[] get_ObjectArrayValue ()
/** @property */
void set_ObjectArrayValue (Object[] value)
|
JScript |
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