Share via


ISolutionDetails.AssessmentCount Property

Definition

Gets or sets the count of assessments reported by the solution.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the count of assessments reported by the solution.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="assessmentCount")]
public int? AssessmentCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the count of assessments reported by the solution.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="assessmentCount")>]
member this.AssessmentCount : Nullable<int> with get, set
Public Property AssessmentCount As Nullable(Of Integer)

Property Value

Attributes

Applies to