 | DataTemplateViewContentChoice Property |
Gets or sets the content choice element
Namespace: SanteDB.Core.Templates.DefinitionAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic DataTemplateContentChoice ContentChoice { get; set; }Public Property ContentChoice As DataTemplateContentChoice
Get
Set
public:
property DataTemplateContentChoice ContentChoice {
DataTemplateContentChoice get ();
void set (DataTemplateContentChoice value);
}member ContentChoice : DataTemplateContentChoice with get, set
Property Value
DataTemplateContentChoice
See Also