Gets the 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 ResultObjectsManager
Dim propertyName As String
Dim returnValue As List(Of IResultObject)
returnValue = instance.GetArrayItems(propertyName)
|
Syntax
Visual Basic |
Public Function GetArrayItems ( _
propertyName As String _
) As List(Of IResultObject)
|
C# |
public List<IResultObject> GetArrayItems (
string propertyName
)
|
C++ |
public:
virtual List<IResultObject^>^ GetArrayItems (
String^ propertyName
) sealed
|
J# |
public final List<IResultObject> GetArrayItems (
String propertyName
)
|
JScript |
public final 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