The underlying column's extended properties.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
INamedObjectCollection<IExtendedProperty> ColumnExtendedProperties { get; }
Visual Basic
ReadOnly Property ColumnExtendedProperties As INamedObjectCollection(Of IExtendedProperty)
	Get

Property Value

Type: INamedObjectCollection<(Of <(<'IExtendedProperty>)>)>

See Also