Property ProjectId
ProjectId
The project ID the entity belongs to.
[JsonPropertyName("PROJECT_ID")]
[YamlIgnore]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public long? ProjectId { get; set; }
Property Value
- long?
The project ID the entity belongs to.
[JsonPropertyName("PROJECT_ID")]
[YamlIgnore]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public long? ProjectId { get; set; }