CacheRefreshPlan.LastRunStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the most recent execution status of the cache refresh plan.
public:
property System::String ^ LastRunStatus { System::String ^ get(); void set(System::String ^ value); };
public string LastRunStatus { get; set; }
member this.LastRunStatus : string with get, set
Public Property LastRunStatus As String
Property Value
A string
value that represents the most recent execution status.
Remarks
This property is read-only.