Invitation.TargetObjectId Property

Definition

Gets or sets the target user or application Id that invitation is being sent to. Must be specified along TargetActiveDirectoryId. This enables sending invitations to specific users or applications in an AD tenant.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to