ServiceHealthModel.ProcessInformationModel.ProcessName 属性

定义

获取服务进程可执行文件的名称。Gets the name of the service process executable.

public:
 property System::String ^ ProcessName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string ProcessName { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ProcessName : string
Public ReadOnly Property ProcessName As String

属性值

String

服务进程可执行文件的名称。The name of the service process executable.

属性

适用于