ResultObjectsManager.GetArrayItems Method
Gets the array items for the specified result object property.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ResultObjectsManager
Dim propertyName As String
Dim returnValue As List(Of IResultObject)
returnValue = instance.GetArrayItems(propertyName)
Syntax
'Declaration
Public Function GetArrayItems ( _
propertyName As String _
) As List(Of IResultObject)
public List<IResultObject> GetArrayItems (
string propertyName
)
public:
virtual List<IResultObject^>^ GetArrayItems (
String^ propertyName
) sealed
public final List<IResultObject> GetArrayItems (
String propertyName
)
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
Reference
ResultObjectsManager Class
ResultObjectsManager Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
IResultObject Interface