次の方法で共有


FieldRestriction.Values プロパティ

定義

フィールドに対してポリシーが要求または拒否する値を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="values")]
public System.Collections.Generic.IList<string> Values { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="values")>]
member this.Values : System.Collections.Generic.IList<string>
Public ReadOnly Property Values As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象