| FhirServiceConfigurationSectionResources Property |
XML for resource handlers
Namespace:
SanteDB.Messaging.FHIR.Configuration
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public List<string> Resources { get; set; }
Public Property Resources As List(Of String)
Get
Set
public:
property List<String^>^ Resources {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Resources : List<string> with get, set
Property Value
Type:
ListStringSee Also