  | AppletViewModelDefinitionDefinition Property  | 
 
            Gets or sets the definition
            
 
    Namespace: 
   SanteDB.Core.Applets.Model
    Assembly:
   SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntaxpublic string Definition { get; set; }Public Property Definition As String
	Get
	Set
public:
property String^ Definition {
	String^ get ();
	void set (String^ value);
}member Definition : string with get, set
Property Value
Type: 
String
See Also