Partager via


Propriété LastRunStatus

Gets the most recent execution status of the cache refresh plan.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property LastRunStatus As String
    Get
    Set
'Utilisation
Dim instance As CacheRefreshPlan
Dim value As String

value = instance.LastRunStatus

instance.LastRunStatus = value
public string LastRunStatus { get; set; }
public:
property String^ LastRunStatus {
    String^ get ();
    void set (String^ value);
}
member LastRunStatus : string with get, set
function get LastRunStatus () : String
function set LastRunStatus (value : String)

Valeur de propriété

Type : System. . :: . .String
A string value that represents the most recent execution status.

Notes

This property is read-only.