UpdateRequestParameter Constructor (String, UpdateMode, Object, Boolean)

Initializes a new instance of the UpdateRequestParameter class for the given propertyName, value, mode, and calculated flags. This API is currently not supported.

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

Usage

'Usage
Dim propertyName As String
Dim mode As UpdateMode
Dim value As Object
Dim calculated As Boolean

Dim instance As New UpdateRequestParameter(propertyName, mode, value, calculated)

Syntax

'Declaration
Public Sub New ( _
    propertyName As String, _
    mode As UpdateMode, _
    value As Object, _
    calculated As Boolean _
)
public UpdateRequestParameter (
    string propertyName,
    UpdateMode mode,
    Object value,
    bool calculated
)
public:
UpdateRequestParameter (
    String^ propertyName, 
    UpdateMode mode, 
    Object^ value, 
    bool calculated
)
public UpdateRequestParameter (
    String propertyName, 
    UpdateMode mode, 
    Object value, 
    boolean calculated
)
public function UpdateRequestParameter (
    propertyName : String, 
    mode : UpdateMode, 
    value : Object, 
    calculated : boolean
)

Parameters

  • propertyName
    Indicates the name of the property on the targetObject parameter for which to set the value.
  • mode
    An UpdateMode value that indicates the type of update operation that is being performed for the given propertyName and value flags.
  • value
    Indicates the value that is associated with the propertyName parameter. The mode parameter determines whether this value will replace, be added to, or be removed from, the property that is indicated by propertyName.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

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