Implements ExtendedProperties()()(). Gets extended properties for the objects shema.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public ExtendedPropertyCollection ExtendedProperties { get; }
Visual Basic (Declaration)
Public ReadOnly Property ExtendedProperties As ExtendedPropertyCollection
Visual C++
public:
virtual property ExtendedPropertyCollection^ ExtendedProperties {
	ExtendedPropertyCollection^ get () sealed;
}

See Also