Compartir a través de


ApiEntityBaseContract.ApiType Propiedad

Definición

Obtiene o establece el tipo de API. Entre los valores posibles se incluyen: "http", "soap", "websocket", "graphql".

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a