Share via


User.InvitationSent Property

Definition

Gets date and time when the invitation message was sent to the user.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.invitationSent")]
public DateTime? InvitationSent { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.invitationSent")>]
member this.InvitationSent : Nullable<DateTime>
Public ReadOnly Property InvitationSent As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to