Specifies what operation that the SynchronizationRuleActivity should perform. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim value As DependencyProperty

value = SynchronizationRuleActivity.ActionProperty

SynchronizationRuleActivity.ActionProperty = value

Syntax

Visual Basic
Public Shared ActionProperty As DependencyProperty
C#
public static DependencyProperty ActionProperty
C++
public:
static DependencyProperty^ ActionProperty
J#
public static DependencyProperty ActionProperty
JScript
public static var ActionProperty : DependencyProperty

Remarks

The ActionProperty stores a SynchronizationRuleAction enumeration value that specifies what operation that the SynchronizationRuleActivity should perform on the target object (for example, an Add or Remove operation). If the value of ActionProperty is BasedOnAttribute, the value of the attribute specified by AttributeID will be used to decide the operation to perform.


Platforms

Target Platforms

Windows 2008 x64 Edition

See Also