CapabilityInformation.MigrationState プロパティ

定義

メンテナンス状態を示す true または false のブール値を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象