IMigrationProgress.CompletionPercentage 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.
Completion Percentage
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, Description="Completion Percentage", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="completionPercentage", Update=true)]
public double? CompletionPercentage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, Description="Completion Percentage", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="completionPercentage", Update=true)>]
member this.CompletionPercentage : Nullable<double> with get, set
Public Property CompletionPercentage As Nullable(Of Double)
Property Value
- Attributes