次の方法で共有


AccountProperties.IsMigrated プロパティ

定義

リソースが既存のキーから移行された場合に取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象