CacheRefreshPlanState.MissingParameterValue Property

Definition

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.

Applies to