次の方法で共有


GroupCreateParameters.ExternalId プロパティ

定義

外部グループの識別子を取得または設定します。このプロパティには、Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>の場合など、外部 ID プロバイダーのグループの ID が含まれます。それ以外の場合は値が null です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象