CacheableQueryResultIsCachedResult Property |
Is this result a cached result? If not, it contains updated data.
Namespace: Rally.RestApi.ResponseAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public bool IsCachedResult { get; }
Public ReadOnly Property IsCachedResult As Boolean
Get
public:
property bool IsCachedResult {
bool get ();
}
member IsCachedResult : bool with get
Property Value
Type:
BooleanSee Also