IRegistrationResult.IsRegistered Property

Definition

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

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

Property Value

Attributes

Applies to