次の方法で共有


Invitation.TargetObjectId プロパティ

定義

招待の送信先となるターゲット ユーザーまたはアプリケーション ID を取得または設定します。 TargetActiveDirectoryId に沿って指定する必要があります。 これにより、AD テナント内の特定のユーザーまたはアプリケーションに招待を送信できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象