Click or drag to resize

AppletManifestViewModel Property

Gets or sets the view model definitions

Namespace:  SanteDB.Core.Applets.Model
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public List<AppletViewModelDefinition> ViewModel { get; set; }

Property Value

Type: ListAppletViewModelDefinition
See Also