Job.Description 属性

定义

获取当前与该作业关联的项的名称。

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

属性值

一个string,该值包含当前与该作业关联的项的名称。

适用于