Share via


ArgumentTargetAttribute.Value Property

Definition

Gets a value indicating the argument is the primary entity for which the workflow is run.

public:
 property bool Value { bool get(); void set(bool value); };
public bool Value { get; set; }
member this.Value : bool with get, set
Public Property Value As Boolean

Property Value

When true, the argument is the primary entity for the workflow; otherwise, false.

Applies to