| UnInstallConfigurationSectionTaskFeature Property |
Gets the feature that this task configures
Namespace:
SanteDB.Core.Configuration.Features
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.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