IUserProperties.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.
State of the user's registration within the lab.
[Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="State of the user's registration within the lab.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.RegistrationState) }, ReadOnly=true, Required=false, SerializedName="registrationState")]
public Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.RegistrationState? RegistrationState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="State of the user's registration within the lab.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.RegistrationState) }, ReadOnly=true, Required=false, SerializedName="registrationState")>]
member this.RegistrationState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.RegistrationState>
Public ReadOnly Property RegistrationState As Nullable(Of RegistrationState)
Property Value
- Attributes