IChangeProperties.ChangeType 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.
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