 | AmiConfigurationSectionResourceHandlers Property |
Resources on the AMI that are forbidden
Namespace: SanteDB.Rest.AMI.ConfigurationAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic IEnumerable<Type> ResourceHandlers { get; }Public ReadOnly Property ResourceHandlers As IEnumerable(Of Type)
Get
public:
property IEnumerable<Type^>^ ResourceHandlers {
IEnumerable<Type^>^ get ();
}member ResourceHandlers : IEnumerable<Type> with get
Property Value
IEnumerableType
See Also