TestPath.PathType Property

Definition

Provides access to the PathType parameter.

public:
 property System::Activities::InArgument<Microsoft::PowerShell::Commands::TestPathType> ^ PathType { System::Activities::InArgument<Microsoft::PowerShell::Commands::TestPathType> ^ get(); void set(System::Activities::InArgument<Microsoft::PowerShell::Commands::TestPathType> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<Microsoft.PowerShell.Commands.TestPathType> PathType { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PathType : System.Activities.InArgument<Microsoft.PowerShell.Commands.TestPathType> with get, set
Public Property PathType As InArgument(Of TestPathType)

Property Value

Attributes

Applies to