Indicates that an Add operation should be performed. 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.AddValueProperty

SynchronizationRuleActivity.AddValueProperty = value

Syntax

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

Remarks

If the value of the attribute referenced by AttributeID has this value, then the activity will perform an Add operation on the target object.This property is only relevant if the ActionProperty property has the value BasedOnAttribute.


Platforms

Target Platforms

Windows 2008 x64 Edition

See Also