SynchronizationRuleActivity.ActionProperty Field

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

'Usage
Dim value As DependencyProperty

value = SynchronizationRuleActivity.ActionProperty

SynchronizationRuleActivity.ActionProperty = value

Syntax

'Declaration
Public Shared ActionProperty As DependencyProperty
public static DependencyProperty ActionProperty
public:
static DependencyProperty^ ActionProperty
public static DependencyProperty ActionProperty
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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

SynchronizationRuleActivity Class
SynchronizationRuleActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace