SplitPathCommand.Extension 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.
Determines if the extension should be returned.
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ExtensionSet", ValueFromPipelineByPropertyName=true)]
public System.Management.Automation.SwitchParameter Extension { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ExtensionSet", ValueFromPipelineByPropertyName=true)>]
member this.Extension : System.Management.Automation.SwitchParameter with get, set
Public Property Extension As SwitchParameter
Property Value
If true the extension of the path will be returned.
- Attributes