Udostępnij za pośrednictwem


SignalRGroupAction.Action Property

Definition

The group action type.

[Newtonsoft.Json.JsonProperty("action")]
[Newtonsoft.Json.JsonRequired]
public Microsoft.Azure.WebJobs.Extensions.SignalRService.GroupAction Action { get; set; }
[<Newtonsoft.Json.JsonProperty("action")>]
[<Newtonsoft.Json.JsonRequired>]
member this.Action : Microsoft.Azure.WebJobs.Extensions.SignalRService.GroupAction with get, set
Public Property Action As GroupAction

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute Newtonsoft.Json.JsonRequiredAttribute

Applies to