SynchronizationRuleActivity.RemoveValue Property

Gets and sets the RemoveValueProperty 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 String

value = instance.RemoveValue

instance.RemoveValue = value

Syntax

'Declaration
<CategoryAttribute("Parameters")> _
<BrowsableAttribute(True)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
Public Property RemoveValue As String
[CategoryAttribute("Parameters")] 
[BrowsableAttribute(true)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] 
public string RemoveValue { get; set; }
[CategoryAttribute(L"Parameters")] 
[BrowsableAttribute(true)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)] 
public:
property String^ RemoveValue {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_RemoveValue ()

/** @property */
public void set_RemoveValue (String value)
public function get RemoveValue () : String

public function set RemoveValue (value : String)

Property Value

A String value that indicates a Remove operation should 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