Udostępnij za pośrednictwem


SignalRMessage.GroupName Property

Definition

Gets or sets the name of the group to which the message is going to send.

[Newtonsoft.Json.JsonProperty("groupName")]
public string GroupName { get; set; }
[<Newtonsoft.Json.JsonProperty("groupName")>]
member this.GroupName : string with get, set
Public Property GroupName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to