The cached results serialized as a string

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string Result { get; set; }
Visual Basic
Public Property Result As String
	Get
	Set
Visual C++
public:
property String^ Result {
	String^ get ();
	void set (String^ value);
}
F#
member Result : string with get, set

Property Value

Type: String

See Also