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#
public virtual ExtendedPropertyCollection ExtendedProperties { get; protected set; }
Visual Basic
Public Overridable Property ExtendedProperties As ExtendedPropertyCollection
	Get
	Protected Set

Property Value

Type: ExtendedPropertyCollection

See Also