次の方法で共有


MigrateMySqlStatus.LocalMySqlEnabled プロパティ

定義

アプリ MySql で Web アプリが有効になっている場合は true を取得します

[Newtonsoft.Json.JsonProperty(PropertyName="properties.localMySqlEnabled")]
public bool? LocalMySqlEnabled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.localMySqlEnabled")>]
member this.LocalMySqlEnabled : Nullable<bool>
Public ReadOnly Property LocalMySqlEnabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象