IStaticSiteUserInvitationResponseResource.ExpiresOn Property

Definition

The expiration time of the invitation

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="The expiration time of the invitation", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="expiresOn", Update=false)]
public DateTime? ExpiresOn { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="The expiration time of the invitation", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="expiresOn", Update=false)>]
member this.ExpiresOn : Nullable<DateTime>
Public ReadOnly Property ExpiresOn As Nullable(Of DateTime)

Property Value

Attributes

Applies to