SynchronizationRuleAction Enumeration

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

'Usage
Dim instance As SynchronizationRuleAction

Syntax

'Declaration
Public Enumeration SynchronizationRuleAction
public enum SynchronizationRuleAction
public enum class SynchronizationRuleAction
public enum SynchronizationRuleAction
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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.ResourceManagement.Workflow.Activities Namespace