| AppletMenuIcon Property |
Gets or sets the icon file reference
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public string Icon { get; set; }
Public Property Icon As String
Get
Set
public:
property String^ Icon {
String^ get ();
void set (String^ value);
}
member Icon : string with get, set
Property Value
Type:
StringSee Also