Implements ExtendedProperties()()(). Gets extended properties for the objects shema.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: 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; } |