Job.Machine 属性

定义

获取正在运行作业的计算机的名称。

public:
 property System::String ^ Machine { System::String ^ get(); void set(System::String ^ value); };
public string Machine { get; set; }
member this.Machine : string with get, set
Public Property Machine As String

属性值

一个string,该值包含正在运行作业的计算机的名称。

适用于