User.RegistrationState Property

Definition

Gets state of the user's registration within the lab. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to