 | HdsiConfigurationSectionResourceHandlers Property |
Resources on the HDSI that are allowed
Namespace: SanteDB.Rest.HDSI.ConfigurationAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic List<TypeReferenceConfiguration> ResourceHandlers { get; set; }Public Property ResourceHandlers As List(Of TypeReferenceConfiguration)
Get
Set
public:
property List<TypeReferenceConfiguration^>^ ResourceHandlers {
List<TypeReferenceConfiguration^>^ get ();
void set (List<TypeReferenceConfiguration^>^ value);
}member ResourceHandlers : List<TypeReferenceConfiguration> with get, set
Property Value
ListTypeReferenceConfiguration
See Also