Datasource.GatewayId Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="gatewayId")]
public Guid? GatewayId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="gatewayId")>]
member this.GatewayId : Nullable<Guid> with get, set
Public Property GatewayId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to