Share via


IRegistrationResult.IsRegistered Property

Definition

Gets or sets a value indicating whether the tool is registered or not.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets a value indicating whether the tool is registered or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isRegistered")]
public bool? IsRegistered { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets a value indicating whether the tool is registered or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isRegistered")>]
member this.IsRegistered : Nullable<bool> with get, set
Public Property IsRegistered As Nullable(Of Boolean)

Property Value

Attributes

Applies to