 | SecurityServicesFeatureConfiguration Property |
Gets the current configuration
Namespace: SanteDB.Core.Configuration.FeaturesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
ObjectImplements
IFeatureConfiguration
See Also