Compartir a través de


IUser.RegistrationState Property

Definition

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

Applies to