ExecutionProperties.Remove(String) Method

Definition

Unregisters the property with the specified name.

public:
 bool Remove(System::String ^ name);
public bool Remove (string name);
member this.Remove : string -> bool
Public Function Remove (name As String) As Boolean

Parameters

name
String

The name of the property to unregister.

Returns

true if the property was unregistered; otherwise, false.

Remarks

Properties are automatically unregistered when the activity completes. This method can be used to unregister a property before the activity completes.

Applies to