returns the service instance that is used

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

Syntax

C#
public T Service { get; set; }
Visual Basic (Declaration)
Public Property Service As T
Visual C++
public:

property T Service {

	T get ();

	void set (T value);

}

See Also