User.RegistrationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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