Compartir a través de


User.InvitationState Propiedad

Definición

Obtiene el estado del mensaje de invitación para el usuario. Entre los valores posibles se incluyen: "NotSent", "Sending", "Sent", "Failed"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.invitationState")]
public Microsoft.Azure.Management.LabServices.Models.InvitationState? InvitationState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.invitationState")>]
member this.InvitationState : Nullable<Microsoft.Azure.Management.LabServices.Models.InvitationState>
Public ReadOnly Property InvitationState As Nullable(Of InvitationState)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a