Share via


ActivityTriggerAttribute.Activity Property

Definition

Gets or sets the name of the activity function.

public string? Activity { get; set; }
member this.Activity : string with get, set
Public Property Activity As String

Property Value

The name of the activity function or null to use the function name.

Remarks

If not specified, the function name is used as the name of the activity. This property supports binding parameters.

Applies to