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