Gets the matched string value.
Namespace: FirstFloor.Documents.SearchAssembly: 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); } |