PSSessionConfigurationCommandBase.ApplicationBase Property

Definition

This parameter can accompany with AssemblyName. This supplies the directory to search while loading the assembly specified with parameter AssemblyName. Environment variables are accepted in the string value.

public:
 property System::String ^ ApplicationBase { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ApplicationBase { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ApplicationBase { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="NameParameterSet")]
[System.Management.Automation.Parameter(ParameterSetName="AssemblyNameParameterSet")]
public string ApplicationBase { get; set; }
member this.ApplicationBase : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="NameParameterSet")>]
[<System.Management.Automation.Parameter(ParameterSetName="AssemblyNameParameterSet")>]
member this.ApplicationBase : string with get, set
Public Property ApplicationBase As String

Property Value

Attributes

Applies to