If true, then only the exact title string will be looked for.

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

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

property bool Exact {

	bool get ();

	void set (bool value);

}

See Also