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

Visual Basic
Dim instance As UpdateResourceActivity

Syntax

Visual Basic
Public NotInheritable Class UpdateResourceActivity
		Inherits Activity
C#
public sealed class UpdateResourceActivity : Activity
C++
public ref class UpdateResourceActivity sealed : public Activity
J#
public final class UpdateResourceActivity extends Activity
JScript
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

Target Platforms

Windows 2008 x64 Edition

See Also