| AppletAssetHtmlHtml Property |
Content of the element
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public XElement Html { get; set; }
Public Property Html As XElement
Get
Set
public:
property XElement^ Html {
XElement^ get ();
void set (XElement^ value);
}
member Html : XElement with get, set
Property Value
Type:
XElementSee Also