SynchronizationRuleActivity.AddValueProperty Field
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
'Usage
Dim value As DependencyProperty
value = SynchronizationRuleActivity.AddValueProperty
SynchronizationRuleActivity.AddValueProperty = value
Syntax
'Declaration
Public Shared AddValueProperty As DependencyProperty
public static DependencyProperty AddValueProperty
public:
static DependencyProperty^ AddValueProperty
public static DependencyProperty AddValueProperty
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
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