| AppletTemplateDefinitionAllowComponent Property |
Identifies allowed content (templates) which can be embedded in this template
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<string> AllowComponent { get; set; }
Public Property AllowComponent As List(Of String)
Get
Set
public:
property List<String^>^ AllowComponent {
List<String^>^ get ();
void set (List<String^>^ value);
}
member AllowComponent : List<string> with get, set
Property Value
Type:
ListStringSee Also