CommonRunspaceCommandBase.ProcessName 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 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