共用方式為


User.InvitationState Property

Definition

Gets state of the invitation message for the user. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to