| AppletManifestAssets Property |
Gets or sets the assets which are to be used in the applet
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<AppletAsset> Assets { get; set; }
Public Property Assets As List(Of AppletAsset)
Get
Set
public:
property List<AppletAsset^>^ Assets {
List<AppletAsset^>^ get ();
void set (List<AppletAsset^>^ value);
}
member Assets : List<AppletAsset> with get, set
Property Value
Type:
ListAppletAssetSee Also