TestJsonCommand.LiteralPath Property

Definition

Gets or sets JSON literal file path to be validated.

[System.Management.Automation.Alias(new System.String[] { "PSPath", "LP" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonLiteralPath", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonLiteralPathWithSchemaString", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonLiteralPathWithSchemaFile", Position=0, ValueFromPipelineByPropertyName=true)]
public string LiteralPath { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "PSPath", "LP" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonLiteralPath", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonLiteralPathWithSchemaString", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="JsonLiteralPathWithSchemaFile", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.LiteralPath : string with get, set
Public Property LiteralPath As String

Property Value

Attributes

Applies to