TestJsonCommand.Path Property

Definition

Gets or sets JSON file path to be validated.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonPath", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonPathWithSchemaString", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonPathWithSchemaFile", Position=0, ValueFromPipelineByPropertyName=true)]
public string Path { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonPath", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonPathWithSchemaString", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonPathWithSchemaFile", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.Path : string with get, set
Public Property Path As String

Property Value

Attributes

Applies to