accessor method public Uri HRef

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

Syntax

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

property AtomUri^ HRef {

	AtomUri^ get ();

	void set (AtomUri^ value);

}

Return Value

See Also