Represents a collection of PropertyDescriptor objects.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public class PropertyDescriptorCollection : Collection<PropertyDescriptor>
Visual Basic
Public Class PropertyDescriptorCollection _
	Inherits Collection(Of PropertyDescriptor)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'PropertyDescriptor>)>)>
    C1.Olap..::..PropertyDescriptorCollection

See Also