 | Hl7ConfigurationFeatureConfiguration Property |
Gets the configuration for this object
Namespace: SanteDB.Messaging.HL7.Configuration.FeatureAssembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
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