次の方法で共有


VerificationIPFlowResult.Access プロパティ

定義

トラフィックが許可されるか拒否されるかを示す値を取得または設定します。 使用可能な値は、'Allow'、'Deny' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象