Share via


ClientAccessRight.Client Property

Definition

Gets or sets IP of the client.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to