StaticSiteUserInvitationResponseResource.ExpiresOn Property

Definition

Gets the expiration time of the invitation

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to