Compartir a través de


User.RegistrationState Propiedad

Definición

Obtiene el estado del registro del usuario en el laboratorio. Entre los valores posibles se incluyen: "Registered", "NotRegistered"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a