RunspaceConfiguration.ShellId 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 shell id for current runspace configuration.
public:
abstract property System::String ^ ShellId { System::String ^ get(); };
public:
abstract property Platform::String ^ ShellId { Platform::String ^ get(); };
public abstract string ShellId { get; }
member this.ShellId : string
Public MustOverride ReadOnly Property ShellId As String