# C1.DataCollection.ISupportSource

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_ISupportSource" data-uid="C1.DataCollection.ISupportSource" class="text-break">ISupportSource Interface
</h1>
  <div class="markdown level0 summary"><p>Specifies a calling contract for collections whose data comes from another source.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataCollection.html">C1.DataCollection</a></h6>
  <h6><strong>Assembly</strong>: C1.DataCollection.dll</h6>
  <h5 id="C1_DataCollection_ISupportSource_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISupportSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISupportSource</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataCollection_ISupportSource_Source" data-uid="C1.DataCollection.ISupportSource.Source">
          <a class="xref" href="C1.DataCollection.ISupportSource.Source.html#C1_DataCollection_ISupportSource_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data source of this collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
