| AppletAssetHtmlBundle Property |
Gets or sets the references for the assets
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<string> Bundle { get; set; }
Public Property Bundle As List(Of String)
Get
Set
public:
property List<String^>^ Bundle {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Bundle : List<string> with get, set
Property Value
Type:
ListStringSee Also