TestPathCommand.PathType Property

Definition

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

Applies to