ActivityBind.SetRuntimeValue(Activity, Object) Method

Definition

Sets the run-time value.

public:
 void SetRuntimeValue(System::Workflow::ComponentModel::Activity ^ activity, System::Object ^ value);
public void SetRuntimeValue (System.Workflow.ComponentModel.Activity activity, object value);
member this.SetRuntimeValue : System.Workflow.ComponentModel.Activity * obj -> unit
Public Sub SetRuntimeValue (activity As Activity, value As Object)

Parameters

activity
Activity

The Activity owning this bind.

value
Object

The Object to set the run-time value to.

Exceptions

activity is a null reference (Nothing in Visual Basic).

Applies to