|  | DbConceptClassMnemonic Property  | 
 
            Gets or sets the mnemonic.
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Concepts
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic string Mnemonic { get; set; }Public Property Mnemonic As String
	Get
	Set
public:
property String^ Mnemonic {
	String^ get ();
	void set (String^ value);
}member Mnemonic : string with get, set
Property Value
Type: 
StringThe mnemonic.
 See Also
See Also