PSExecutionCmdlet.IsLiteralPath 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.
True if FilePath should be processed as a literal path.
protected:
property bool IsLiteralPath { bool get(); void set(bool value); };
protected:
property bool IsLiteralPath { bool get(); void set(bool value); };
protected bool IsLiteralPath { get; set; }
member this.IsLiteralPath : bool with get, set
Protected Property IsLiteralPath As Boolean