次の方法で共有


ApiEntityBaseContract.ApiType プロパティ

定義

API の種類を取得または設定します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象