UserContract.Note Property

Definition

Gets or sets optional note about a user set by the administrator.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to