| Hl7EndpointConfigurationConfiguration Property |
Attributes
Namespace:
SanteDB.Messaging.HL7.Configuration
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
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
Type:
ObjectSee Also