PathInfo.ProviderPath Property

Definition

Gets the provider internal path for the PSPath that this PathInfo represents.

public:
 property System::String ^ ProviderPath { System::String ^ get(); };
public:
 property Platform::String ^ ProviderPath { Platform::String ^ get(); };
public string ProviderPath { get; }
member this.ProviderPath : string
Public ReadOnly Property ProviderPath As String

Property Value

Exceptions

The provider encountered an error when resolving the path.

The path was a home relative path but the home path was not set for the provider.

Applies to