次の方法で共有


DefaultAdminRule.Access プロパティ

定義

取得は、この特定の規則に対して許可されるアクセスを示します。 使用可能な値には、'Allow'、'Deny'、'AlwaysAllow' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象