Dela via


IPropertyChange.ChangeCategory Property

Definition

The change category.

[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Description="The change category.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Support.ChangeCategory) }, ReadOnly=false, Required=false, SerializedName="changeCategory")]
public Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Support.ChangeCategory? ChangeCategory { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Description="The change category.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Support.ChangeCategory) }, ReadOnly=false, Required=false, SerializedName="changeCategory")>]
member this.ChangeCategory : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Support.ChangeCategory> with get, set
Public Property ChangeCategory As Nullable(Of ChangeCategory)

Property Value

Attributes

Applies to