SplitPathCommand.Extension Property

Definition

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

Applies to