| PersistenceStrategyFeatureFlags Property |
Gets the flags for this feature (such as auto-configure, always apply configuration, etc.)
Namespace:
SanteDB.Core.Configuration.Features
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public FeatureFlags Flags { get; }
Public ReadOnly Property Flags As FeatureFlags
Get
public:
virtual property FeatureFlags Flags {
FeatureFlags get () sealed;
}
abstract Flags : FeatureFlags with get
override Flags : FeatureFlags with get
Property Value
Type:
FeatureFlagsImplements
IFeatureFlagsSee Also