DynamicPersonGroupListPersonsResponse.PersonIds Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="personIds")]
public System.Collections.Generic.IList<Guid> PersonIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="personIds")>]
member this.PersonIds : System.Collections.Generic.IList<Guid> with get, set
Public Property PersonIds As IList(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to