TransferDatabaseTask.ExecutionValue Property

Definition

Returns the result of the task execution.

public:
 virtual property System::Object ^ ExecutionValue { System::Object ^ get(); };
public override object ExecutionValue { get; }
member this.ExecutionValue : obj
Public Overrides ReadOnly Property ExecutionValue As Object

Property Value

A user-defined object. The task always returns 1.

Applies to