TestPathCommand.PathType 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.
Gets or sets the isContainer property.
public:
 property Microsoft::PowerShell::Commands::TestPathType PathType { Microsoft::PowerShell::Commands::TestPathType get(); void set(Microsoft::PowerShell::Commands::TestPathType value); };
	public:
 property Microsoft::PowerShell::Commands::TestPathType PathType { Microsoft::PowerShell::Commands::TestPathType get(); void set(Microsoft::PowerShell::Commands::TestPathType value); };
	public Microsoft.PowerShell.Commands.TestPathType PathType { get; set; }
	[System.Management.Automation.Alias(new System.String[] { "Type" })]
[System.Management.Automation.Parameter]
public Microsoft.PowerShell.Commands.TestPathType PathType { get; set; }
	member this.PathType : Microsoft.PowerShell.Commands.TestPathType with get, set
	[<System.Management.Automation.Alias(new System.String[] { "Type" })>]
[<System.Management.Automation.Parameter>]
member this.PathType : Microsoft.PowerShell.Commands.TestPathType with get, set
	Public Property PathType As TestPathType
	Property Value
- Attributes