次の方法で共有


FieldRestrictions.Field プロパティ

定義

フィールドの名前を取得します。 これは、'name' や 'type' などの最上位のプロパティ、またはAzure Policyフィールドエイリアスにすることができます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象