Reference to an attribute whose value determines the operation (Add or Remove) to perform on the target object. 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.AttributeIdProperty

SynchronizationRuleActivity.AttributeIdProperty = value

Syntax

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

Remarks

This property is only relevant if the ActionProperty property is set to BasedOnAttribute.A Guid value that represents an attribute.


Platforms

Target Platforms

Windows 2008 x64 Edition

See Also