共用方式為


SignalRMessage.UserId Property

Definition

Gets or sets the id of the user to which the message is going to send.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to