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

    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

Target Platforms

Windows 2008 x64 Edition

See Also

Reference

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