The Google Health Data API allows applications to view and send health data in the form of Google Data feeds. The HealthService class encapsulates authentication to the Google HealthService.

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

Syntax

C#
public class HealthService : Service
Visual Basic (Declaration)
Public Class HealthService _

	Inherits Service
Visual C++
public ref class HealthService : public Service

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.Service
    Google.GData.Health..::.HealthService

See Also