TestJsonCommand.LiteralPath 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.
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