Indicates the operation that will be performed on a SynchronizationRule 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 instance As SynchronizationRuleAction

Syntax

Visual Basic
Public Enumeration SynchronizationRuleAction
C#
public enum SynchronizationRuleAction
C++
public enum class SynchronizationRuleAction
J#
public enum SynchronizationRuleAction
JScript
public enum SynchronizationRuleAction

Members

Member name Description
Add Represents an Add operation. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
BasedOnAttribute Indicates the operation to be performed is specified by other attribute values instead of the value of this enumeration. See AttributeId. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
Remove Represents a Delete operation. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also