| CachingConfigurationFeatureConfiguration Property |
Gets or sets the configuration object which the feature wishes the configuration tool to render.
Namespace:
SanteDB.Core.Configuration.Features
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public Object Configuration { get; set; }
Public Property Configuration As Object
Get
Set
public:
virtual property Object^ Configuration {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract Configuration : Object with get, set
override Configuration : Object with get, set
Property Value
Type:
ObjectImplements
IFeatureConfigurationSee Also