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