ArgumentAccessor.Setter Property

Definition

Gets or sets the method to set an argument into an activity instance.

public Action<System.Activities.Activity,System.Activities.Argument> Setter { get; set; }

Property Value

The method to set an argument into an activity instance.

Remarks

Using a method assigned to this property is the preferred way to set the values of a model property. Using SetValue will set the value in the editing context, which will not update the underlying value until the editing context completes.

Applies to

Produkt Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1