次の方法で共有


FieldRestriction.Result プロパティ

定義

フィールドに適用される制限の種類を取得します。 使用可能な値には、'Required'、'Removed'、'Deny' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="result")]
public string Result { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="result")>]
member this.Result : string
Public ReadOnly Property Result As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象