ProcessCommandException.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.
Name of the process which could not be found or operated upon.
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; }
member this.ProcessName : string with get, set
Public Property ProcessName As String