PersonResponse.PersonId Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="personId")]
public Guid PersonId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="personId")>]
member this.PersonId : Guid with get, set
Public Property PersonId As Guid

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to