Gets array items for the specified result object property. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As IResultObject
Dim propertyName As String
Dim returnValue As List(Of IResultObject)

returnValue = instance.GetArrayItems(propertyName)

Syntax

Visual Basic
Function GetArrayItems ( _
		propertyName As String _
) As List(Of IResultObject)
C#
List<IResultObject> GetArrayItems (
		string propertyName
)
C++
List<IResultObject^>^ GetArrayItems (
		String^ propertyName
)
J#
List<IResultObject> GetArrayItems (
		String propertyName
)
JScript
function GetArrayItems (
		propertyName : String
) : List<IResultObject>

Parameters

propertyName

[in] Name of a property.

Return Value

System.Collections.Generic.List object that represents IResultObject interfaces for getting and setting result object properties.

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