| AppletMenuAsset Property |
Asset that this menu item is linked to
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public string Asset { get; set; }
Public Property Asset As String
Get
Set
public:
property String^ Asset {
String^ get ();
void set (String^ value);
}
member Asset : string with get, set
Property Value
Type:
StringSee Also