次の方法で共有


UserContract.Groups プロパティ

定義

ユーザーが参加しているグループのコレクションを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.groups")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.GroupContractProperties> Groups { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.groups")>]
member this.Groups : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.GroupContractProperties>
Public ReadOnly Property Groups As IList(Of GroupContractProperties)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象