UpdateResourceActivity Class

An activity that updates attributes of a resource (for example, a Person) in the FIM Service database.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As UpdateResourceActivity

Syntax

'Declaration
Public NotInheritable Class UpdateResourceActivity
    Inherits Activity
public sealed class UpdateResourceActivity : Activity
public ref class UpdateResourceActivity sealed : public Activity
public final class UpdateResourceActivity extends Activity
public final class UpdateResourceActivity extends Activity

Remarks

Sample usage:

  1. Set the ActorId property of the activity.

  2. Set the ResourceId property of the activity.

  3. Set the UpdateParameters property to capture the changes to apply.

Inheritance Hierarchy

System.Object
   System.Workflow.ComponentModel.DependencyObject
     System.Workflow.ComponentModel.Activity
      Microsoft.ResourceManagement.Workflow.Activities.UpdateResourceActivity

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

UpdateResourceActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace
Microsoft.ResourceManagement.Workflow.Activities

Other Resources

Custom Activities and Workflows