Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets 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 IResultObject
Dim propertyName As String
Dim returnValue As List(Of IResultObject)
returnValue = instance.GetArrayItems(propertyName)
Syntax
'Declaration
Function GetArrayItems ( _
propertyName As String _
) As List(Of IResultObject)
List<IResultObject> GetArrayItems (
string propertyName
)
List<IResultObject^>^ GetArrayItems (
String^ propertyName
)
List<IResultObject> GetArrayItems (
String propertyName
)
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
IResultObject Interface
IResultObject Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace