UserRequestDetails.User Property

Definition

Gets user id

[Newtonsoft.Json.JsonProperty(PropertyName="user")]
public string User { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="user")>]
member this.User : string
Public ReadOnly Property User As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to