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