Storage for ExtendedColumnInfo of IField in context. ExtendedColumnInfo is a DataClass for Extended Properties.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
ExtendedColumnInfo ExtendedPropertyInfo { get; set; }
Visual Basic
Property ExtendedPropertyInfo As ExtendedColumnInfo
	Get
	Set
Visual C++
property ExtendedColumnInfo^ ExtendedPropertyInfo {
	ExtendedColumnInfo^ get ();
	void set (ExtendedColumnInfo^ value);
}

See Also