CacheRefreshPlanState.MissingParameterValue 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 or sets a Boolean
value that indicates whether an error occurred because required query parameters are missing.
public:
property bool MissingParameterValue { bool get(); void set(bool value); };
public bool MissingParameterValue { get; set; }
member this.MissingParameterValue : bool with get, set
Public Property MissingParameterValue As Boolean
Property Value
true
if required query parameters are missing; otherwise, false
.
Remarks
This error can occur when a query parameter shared dataset is modified from read-only to a non-read-only setting.