次の方法で共有


UserContract.State プロパティ

定義

アカウントの状態を取得または設定します。 ユーザーがアクティブかどうかを指定します。 ブロックされているユーザーは、開発者ポータルにサインインしたり、サブスクライブしている製品の API を呼び出したりできません。 既定の状態は [アクティブ] です。 使用可能な値には、'active'、'blocked'、'pending'、'deleted' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象