Initializes a new instance of
ResultObjectPropertyItems.
Namespace:
Microsoft.ConfigurationManagement.ManagementProvider
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
propertyName As String, _
wqlResultObjects As List(Of ResultObjectBase) _
)
|
C# |
public ResultObjectPropertyItems (
string propertyName,
List<ResultObjectBase> wqlResultObjects
)
|
C++ |
public:
ResultObjectPropertyItems (
String^ propertyName,
List<ResultObjectBase^>^ wqlResultObjects
)
|
J# |
public ResultObjectPropertyItems (
String propertyName,
List<ResultObjectBase> wqlResultObjects
)
|
JScript |
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