  | AppletMenuText Property  | 
 
            Gets or sets the name of the applet info
            
 
    Namespace: 
   SanteDB.Core.Applets.Model
    Assembly:
   SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntaxpublic List<LocaleString> Text { get; set; }Public Property Text As List(Of LocaleString)
	Get
	Set
public:
property List<LocaleString^>^ Text {
	List<LocaleString^>^ get ();
	void set (List<LocaleString^>^ value);
}member Text : List<LocaleString> with get, set
Property Value
Type: 
ListLocaleStringThe name.
See Also