Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the most recent execution status of the cache refresh plan.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property LastRunStatus As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string value that represents the most recent execution status.
Remarks
This property is read-only.