Propriété JobStatusName
Gets the status of a job.
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
Public Property JobStatusName As String
Get
Set
'Utilisation
Dim instance As Job
Dim value As String
value = instance.JobStatusName
instance.JobStatusName = value
public string JobStatusName { get; set; }
public:
property String^ JobStatusName {
String^ get ();
void set (String^ value);
}
member JobStatusName : string with get, set
function get JobStatusName () : String
function set JobStatusName (value : String)
Valeur de propriété
Type : System. . :: . .String
A String value that represents the status of a job.