ActivityImplementationContext.PSConfigurationName 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.
Defines the remote configuration name to connect to. The default is "Microsoft.PowerShell".
public:
property System::String ^ PSConfigurationName { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ PSConfigurationName { Platform::String ^ get(); void set(Platform::String ^ value); };
public string PSConfigurationName { get; set; }
member this.PSConfigurationName : string with get, set
Public Property PSConfigurationName As String