PathInfo.ProviderPath 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 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.