ProviderInfo.Home Property

Definition

Gets or sets the home for the provider.

public:
 property System::String ^ Home { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Home { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Home { get; set; }
member this.Home : string with get, set
Public Property Home As String

Property Value

Remarks

The location can be either a fully qualified provider path or a PowerShell path. This is the location that is substituted for the ~.

Applies to