次の方法で共有


UserContract.Note プロパティ

定義

管理者によって設定されたユーザーに関する省略可能なメモを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象