# C1.LiveLinq.LiveViews.View.DeferredMaintenance

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_LiveViews_View_DeferredMaintenance_" data-uid="C1.LiveLinq.LiveViews.View.DeferredMaintenance*">DeferredMaintenance Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_LiveViews_View_DeferredMaintenance_" data-uid="C1.LiveLinq.LiveViews.View.DeferredMaintenance*"></a>
<h4 id="C1_LiveLinq_LiveViews_View_DeferredMaintenance" data-uid="C1.LiveLinq.LiveViews.View.DeferredMaintenance">DeferredMaintenance</h4>
<div class="markdown level1 summary"><p>Gets the effective value of MaintenanceMode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual bool DeferredMaintenance { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable ReadOnly Property DeferredMaintenance As Boolean</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><b>true</b> if <a class="xref" href="C1.LiveLinq.LiveViews.View.MaintenanceMode.html#C1_LiveLinq_LiveViews_View_MaintenanceMode">MaintenanceMode</a> is set to <b>Deferred</b>, or if it is set to <b>Default</b>
and no listeners are registered with this view.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
