PSSessionConfigurationCommandBase.ApplicationBase 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.
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