this will simply return/set the baseUri without any parsing as a string
this is the same as using the constructor for most cases, it is here to allow the creation
of template methods.
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public string BaseAddress { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property BaseAddress As String |
| Visual C++ |
|---|
public:
property String^ BaseAddress {
String^ get ();
void set (String^ value);
} |
Return Value
See Also