| AppletManifestStartAsset Property |
Instructs the host which asset can be used as a starting point
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public string StartAsset { get; set; }
Public Property StartAsset As String
Get
Set
public:
property String^ StartAsset {
String^ get ();
void set (String^ value);
}
member StartAsset : string with get, set
Property Value
Type:
StringSee Also