CreateRequestParameter Constructor (String, Object)

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

'Usage
Dim propertyName As String
Dim value As Object

Dim instance As New CreateRequestParameter(propertyName, value)

Syntax

'Declaration
Public Sub New ( _
    propertyName As String, _
    value As Object _
)
public CreateRequestParameter (
    string propertyName,
    Object value
)
public:
CreateRequestParameter (
    String^ propertyName, 
    Object^ value
)
public CreateRequestParameter (
    String propertyName, 
    Object value
)
public function CreateRequestParameter (
    propertyName : String, 
    value : Object
)

Parameters

  • 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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

CreateRequestParameter Class
CreateRequestParameter Members
Microsoft.ResourceManagement.WebServices.WSResourceManagement Namespace
CreateRequestParameter