| RenderBundleContent Property |
Gets or sets the content of the asset bundle
Namespace:
SanteDB.Core.Applets
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<BundleContent> Content { get; set; }
Public Property Content As List(Of BundleContent)
Get
Set
public:
property List<BundleContent^>^ Content {
List<BundleContent^>^ get ();
void set (List<BundleContent^>^ value);
}
member Content : List<BundleContent> with get, set
Property Value
Type:
ListBundleContentSee Also