Gets or sets the User ID.
| C# | Visual Basic |
[JsonPropertyAttribute(PropertyName = "id")] [DataMemberAttribute] public decimal Id { get; set; }
<JsonPropertyAttribute(PropertyName := "id")> _ <DataMemberAttribute> _ Public Property Id As Decimal Get Set
The User ID.