 | DataTemplateViewContentJson Property |
Content helper for JSON
Namespace: SanteDB.Core.Templates.DefinitionAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic Object ContentJson { get; set; }Public Property ContentJson As Object
Get
Set
public:
property Object^ ContentJson {
Object^ get ();
void set (Object^ value);
}member ContentJson : Object with get, set
Property Value
Object
See Also