 | Hl7EndpointConfigurationConfiguration Property |
Attributes
Namespace: SanteDB.Messaging.HL7.ConfigurationAssembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public Object Configuration { get; set; }<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property Configuration As Object
Get
Set
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property Object^ Configuration {
Object^ get ();
void set (Object^ value);
}[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member Configuration : Object with get, set
Property Value
Object
See Also