# FarPoint.Web.Chart.DoubleCollectionCustomTypeDescriptor.GetProperties

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Chart_DoubleCollectionCustomTypeDescriptor_GetProperties_" data-uid="FarPoint.Web.Chart.DoubleCollectionCustomTypeDescriptor.GetProperties*">GetProperties Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Chart_DoubleCollectionCustomTypeDescriptor_GetProperties_" data-uid="FarPoint.Web.Chart.DoubleCollectionCustomTypeDescriptor.GetProperties*"></a>
<h4 id="FarPoint_Web_Chart_DoubleCollectionCustomTypeDescriptor_GetProperties" data-uid="FarPoint.Web.Chart.DoubleCollectionCustomTypeDescriptor.GetProperties">GetProperties()</h4>
<div class="markdown level1 summary"><p>Returns a collection of property descriptors for the object represented by this type descriptor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override PropertyDescriptorCollection GetProperties()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function GetProperties() As PropertyDescriptorCollection</code></pre>
</div>
<h5 class="returns">Returns</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.componentmodel.propertydescriptorcollection">PropertyDescriptorCollection</a></td>
      <td><p>A collection of property descriptors.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.customtypedescriptor.getproperties#system-componentmodel-customtypedescriptor-getproperties">CustomTypeDescriptor.GetProperties()</a></div>


<a id="FarPoint_Web_Chart_DoubleCollectionCustomTypeDescriptor_GetProperties_" data-uid="FarPoint.Web.Chart.DoubleCollectionCustomTypeDescriptor.GetProperties*"></a>
<h4 id="FarPoint_Web_Chart_DoubleCollectionCustomTypeDescriptor_GetProperties_System_Attribute___" data-uid="FarPoint.Web.Chart.DoubleCollectionCustomTypeDescriptor.GetProperties(System.Attribute[])">GetProperties(Attribute[])</h4>
<div class="markdown level1 summary"><p>Returns a collection of property descriptors for the object represented by this type descriptor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override PropertyDescriptorCollection GetProperties(Attribute[] attributes)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function GetProperties(attributes As Attribute()) As PropertyDescriptorCollection</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a>[]</td>
      <td><span class="parametername">attributes</span></td>
      <td><p>An array of attributes to use as a filter. This can be null.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</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.componentmodel.propertydescriptorcollection">PropertyDescriptorCollection</a></td>
      <td><p>A collection of property descriptors.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.customtypedescriptor.getproperties#system-componentmodel-customtypedescriptor-getproperties(system-attribute())">CustomTypeDescriptor.GetProperties(Attribute[])</a></div>
</div>
