UpdateRequestParameter Class

Used by the UpdateResourceActivity activity to create the contents of the RequestParameter property of a Request. The RequestParameter property controls which operations, and on which set of attributes, the Request performs. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.

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

Usage

'Usage
Dim instance As UpdateRequestParameter

Syntax

'Declaration
<SerializableAttribute> _
Public Class UpdateRequestParameter
    Inherits CreateRequestParameter
[SerializableAttribute] 
public class UpdateRequestParameter : CreateRequestParameter
[SerializableAttribute] 
public ref class UpdateRequestParameter : public CreateRequestParameter
/** @attribute SerializableAttribute() */ 
public class UpdateRequestParameter extends CreateRequestParameter
SerializableAttribute 
public class UpdateRequestParameter extends CreateRequestParameter

Remarks

Setting the Target and Calculated properties of this class in custom activities is not supported.

Inheritance Hierarchy

System.Object
   Microsoft.ResourceManagement.WebServices.WSResourceManagement.RequestParameter
     Microsoft.ResourceManagement.WebServices.WSResourceManagement.CreateRequestParameter
      Microsoft.ResourceManagement.WebServices.WSResourceManagement.UpdateRequestParameter

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

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

Other Resources

Request