IPropertyChange.ChangeCategory 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 change category.
[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.PSArgumentCompleter(new System.String[] { "User", "System" })]
[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Create=true, Description="The change category.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="changeCategory", Update=true)]
public string ChangeCategory { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.PSArgumentCompleter(new System.String[] { "User", "System" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Create=true, Description="The change category.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="changeCategory", Update=true)>]
member this.ChangeCategory : string with get, set
Public Property ChangeCategory As String
Property Value
- Attributes