Gets and sets the
ActionProperty 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
Syntax
Visual Basic |
<BrowsableAttribute(True)> _
<CategoryAttribute("Parameters")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
Public Property Action As SynchronizationRuleAction
|
C# |
[BrowsableAttribute(true)]
[CategoryAttribute("Parameters")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
public SynchronizationRuleAction Action { get; set; }
|
Property Value
A
SynchronizationRuleAction enumeration that indicates the
operation to perform.
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
Target Platforms
Windows 2008 x64 Edition
See Also