UpdateRequestParameter Constructor (Guid, String, UpdateMode, Object, Boolean)

Initializes a new instance of the UpdateRequestParameter class for the given propertyName, value, mode, and calculated flags.

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

Usage

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

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

Syntax

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

Parameters

  • targetObject
    Indicates a resource in the FIM Service database.
  • 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