property that holds the implied base URI

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

Syntax

C#
protected AtomUri ImpliedBase { get; set; }
Visual Basic (Declaration)
Protected Property ImpliedBase As AtomUri
Visual C++
protected:

property AtomUri^ ImpliedBase {

	AtomUri^ get ();

	void set (AtomUri^ value);

}

Return Value

the implied base URI as an AtomUri

See Also