| AppletAssetContent Property |
Gets or sets the content of the asset
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public Object Content { get; set; }
Public Property Content As Object
Get
Set
public:
property Object^ Content {
Object^ get ();
void set (Object^ value);
}
member Content : Object with get, set
Property Value
Type:
ObjectRemarks
Assets of type contentXml
See Also