  | DBGetResponseEventVal Property  | 
                Get/Set the value of the database entry that was queried.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Val { get; set; }Public Property Val As String
	Get
	Set
public:
property String^ Val {
	String^ get ();
	void set (String^ value);
}member Val : string with get, set
Property Value
Type: 
String
See Also