ResultObjectPropertyItems Constructor
Initializes a new instance of ResultObjectPropertyItems.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim propertyName As String
Dim wqlResultObjects As List(Of ResultObjectBase)
Dim instance As New ResultObjectPropertyItems(propertyName, wqlResultObjects)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
wqlResultObjects As List(Of ResultObjectBase) _
)
public ResultObjectPropertyItems (
string propertyName,
List<ResultObjectBase> wqlResultObjects
)
public:
ResultObjectPropertyItems (
String^ propertyName,
List<ResultObjectBase^>^ wqlResultObjects
)
public ResultObjectPropertyItems (
String propertyName,
List<ResultObjectBase> wqlResultObjects
)
public function ResultObjectPropertyItems (
propertyName : String,
wqlResultObjects : List<ResultObjectBase>
)
Parameters
- propertyName
[in] Name of a property.
- wqlResultObjects
System.Collections.Generic.List object that represents ResultObjectBase objects for the WQL result set.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ResultObjectPropertyItems Class
ResultObjectPropertyItems Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ResultObjectBase Class