WebServiceInputActivity.IsActivatingProperty Field

Definition

Represents the DependencyProperty that targets the IsActivating property.

public: static initonly System::Workflow::ComponentModel::DependencyProperty ^ IsActivatingProperty;
public static readonly System.Workflow.ComponentModel.DependencyProperty IsActivatingProperty;
 staticval mutable IsActivatingProperty : System.Workflow.ComponentModel.DependencyProperty
Public Shared ReadOnly IsActivatingProperty As DependencyProperty 

Field Value

Remarks

The IsActivating property should be set to true for only the very first WebServiceInputActivity. This signals to the workflow runtime that invoking this Web service method from a client starts the execution of the workflow. The first activity of a workflow definition that is exposed as a Web service is of type WebServiceInputActivity and sets this property to true. You indirectly access each public property and event of this type by the resolution of a corresponding dependency property. This dependency property is the public static field named XProperty or XEvent, where X is the corresponding property.

Applies to

See also