IssueContract.UserId Property

Definition

Gets or sets a resource identifier for the user created the issue.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.userId")]
public string UserId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.userId")>]
member this.UserId : string with get, set
Public Property UserId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to