Initializes a new instance of the CreateRequestParameter class based on the given property name and value.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim propertyName As String
Dim value As Object

Dim instance As New CreateRequestParameter(propertyName, value)

Syntax

Visual Basic
Public Sub New ( _
		propertyName As String, _
		value As Object _
)
C#
public CreateRequestParameter (
		string propertyName,
		Object value
)
C++
public:
CreateRequestParameter (
		String^ propertyName, 
		Object^ value
)
J#
public CreateRequestParameter (
		String propertyName, 
		Object value
)
JScript
public function CreateRequestParameter (
		propertyName : String, 
		value : Object
)

Parameters

propertyName

Indicates the name of the property to set the value for. This value is stored in the PropertyName property of the CreateRequestParameter class.

value

Indicates the value to set for the property that is specified by the propertyName parameter. This value is stored in the Value property.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also