 | AmiConfigurationSectionResourceHandlerXml Property |
Gets or sets the resource in xml format
Namespace: SanteDB.Rest.AMI.ConfigurationAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic List<string> ResourceHandlerXml { get; set; }Public Property ResourceHandlerXml As List(Of String)
Get
Set
public:
property List<String^>^ ResourceHandlerXml {
List<String^>^ get ();
void set (List<String^>^ value);
}member ResourceHandlerXml : List<string> with get, set
Property Value
ListString
See Also