IPropertyChange.JsonPath 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 json path of the changed property.
[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Description="The json path of the changed property.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="jsonPath")]
public string JsonPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Description="The json path of the changed property.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="jsonPath")>]
member this.JsonPath : string with get, set
Public Property JsonPath As String
Property Value
- Attributes