Initializes a new instance of QueryPropertyItemBase. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim propertyName As String

Dim instance As New QueryPropertyItemBase(propertyName)

Syntax

Visual Basic
Protected Sub New ( _
		propertyName As String _
)
C#
protected QueryPropertyItemBase (
		string propertyName
)
C++
protected:
QueryPropertyItemBase (
		String^ propertyName
)
J#
protected QueryPropertyItemBase (
		String propertyName
)
JScript
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