次の方法で共有


CustomRule.EnabledState プロパティ

定義

カスタム ルールが有効または無効の状態であるかどうかを示す値を取得または設定します。 指定しない場合、既定値は [有効] になります。 使用可能な値は 'Disabled'、'Enabled' です。

[Newtonsoft.Json.JsonProperty(PropertyName="enabledState")]
public string EnabledState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enabledState")>]
member this.EnabledState : string with get, set
Public Property EnabledState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象