Share via


GetGroupIdListForLdapUserResponse.GroupIdsForLdapUser Property

Definition

Gets or sets group Id list

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to