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