Share via


IChangeProperties.ChangeType Property

Definition

The type of the change.

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

Property Value

Attributes

Applies to