| SqlMigrationTaskFeature Property |
Gets the feature which owns the task
Namespace:
SanteDB.OrmLite.Migration
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public IFeature Feature { get; }
Public ReadOnly Property Feature As IFeature
Get
public:
virtual property IFeature^ Feature {
IFeature^ get () sealed;
}
abstract Feature : IFeature with get
override Feature : IFeature with get
Property Value
Type:
IFeatureImplements
IConfigurationTaskFeatureSee Also