CommonRunspaceCommandBase.ProcessName Property

Definition

Gets or Sets the ProcessName for which runspace debugging has to be enabled or disabled.

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

Property Value

Attributes

Applies to