Gets or sets values which indicate if required text was found.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public bool TextFound { get; set; }
Visual Basic (Declaration)
Public Property TextFound As Boolean
Visual C++
public:
property bool TextFound {
	bool get ();
	void set (bool value);
}

See Also