SynchronizationRuleActivity.AttributeId Property
Gets and sets the AttributeIdProperty value. 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 instance As SynchronizationRuleActivity
Dim value As Guid
value = instance.AttributeId
instance.AttributeId = value
Syntax
'Declaration
<CategoryAttribute("Parameters")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<BrowsableAttribute(True)> _
Public Property AttributeId As Guid
[CategoryAttribute("Parameters")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
public Guid AttributeId { get; set; }
[CategoryAttribute(L"Parameters")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[BrowsableAttribute(true)]
public:
property Guid AttributeId {
Guid get ();
void set (Guid value);
}
/** @property */
public Guid get_AttributeId ()
/** @property */
public void set_AttributeId (Guid value)
public function get AttributeId () : Guid
public function set AttributeId (value : Guid)
Property Value
A Guid value that represents an attribute.
Remarks
Only used if the ActionProperty property is set to BasedOnAttribute
. This is a reference to an attribute on the Target that will determine the operation to perform. If that attribute has the value specified by AddValueProperty, an Add operation will be performed. If that attribute has the value specified by RemoveValue, then a Remove operation will be performed.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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