Share via


Job.Description Propiedad

Definición

Obtiene el nombre del elemento al que está asociado actualmente el trabajo.

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

Valor de propiedad

Valor string que contiene nombre del elemento al que está asociado actualmente el trabajo.

Se aplica a