Share via


ActivityTriggerAttribute.Activity Property

Definition

Gets or sets the name of the activity function.

[Microsoft.Azure.WebJobs.Description.AutoResolve]
public string Activity { get; set; }
[<Microsoft.Azure.WebJobs.Description.AutoResolve>]
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.

Attributes
Microsoft.Azure.WebJobs.Description.AutoResolveAttribute

Applies to