次の方法で共有


EffectiveSecurityAdminRule.Priority プロパティ

定義

ルールの優先度を取得または設定します。 値は 1 ~ 4096 です。 優先度番号は、コレクション内のルールごとに一意である必要があります。 優先度番号が低いほど、規則の優先度が高くなります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.priority")]
public int Priority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.priority")>]
member this.Priority : int with get, set
Public Property Priority As Integer

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象