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)
|
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