Used to store any additional information about the schema object.

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

Syntax

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

Property Value

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

See Also