A value that indicates that a Remove 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.RemoveValueProperty

SynchronizationRuleActivity.RemoveValueProperty = value

Syntax

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

Remarks

If the value of the attribute referenced by AttributeID has this value, then the activity will perform a Remove operation on the target object.Only valid the ActionProperty property is BasedOnAttribute.Returns the String value that indicates that a Remove operation should be performed.


Platforms

Target Platforms

Windows 2008 x64 Edition

See Also