Share via


CreateRequestParameter.Value Property

Indicates the value to set for the property that is specified by the PropertyName property.

Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As CreateRequestParameter
Dim value As Object

value = instance.Value

instance.Value = value

Syntax

'Declaration
Public Property Value As Object
public Object Value { get; set; }
public:
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_Value ()

/** @property */
public void set_Value (Object value)
public function get Value () : Object

public function set Value (value : Object)

Property Value

Gets and sets a Object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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