| FhirServiceConfigurationSectionExtensions Property |
Allows configuration of extensions which are active
Namespace:
SanteDB.Messaging.FHIR.Configuration
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public List<string> Extensions { get; set; }
Public Property Extensions As List(Of String)
Get
Set
public:
property List<String^>^ Extensions {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Extensions : List<string> with get, set
Property Value
Type:
ListStringSee Also