Gets the string value of the result.

Namespace: FirstFloor.Documents.Search
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public string Value { get; private set; }
Visual Basic
Public Property Value As String
	Get
	Private Set
Visual C++
public:
property String^ Value {
	String^ get ();
	private: void set (String^ value);
}

Field Value

The value.

See Also