AddTypeCommand.LiteralPath Property

Definition

The literal path to the source code or DLL to load.

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

Property Value

String[]
Attributes

Applies to