QueryPropertyItemBase Constructor
Initializes a new instance of QueryPropertyItemBase.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim propertyName As String
Dim instance As New QueryPropertyItemBase(propertyName)
Syntax
'Declaration
Protected Sub New ( _
propertyName As String _
)
protected QueryPropertyItemBase (
string propertyName
)
protected:
QueryPropertyItemBase (
String^ propertyName
)
protected QueryPropertyItemBase (
String propertyName
)
protected function QueryPropertyItemBase (
propertyName : String
)
Parameters
- propertyName
[in] Name of a result object property.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
QueryPropertyItemBase Class
QueryPropertyItemBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ResultObjectBase
ResultObjectPropertyItems
PropertyName