calculates or set's the base uri of an element
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public AtomUri Base { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Base As AtomUri |
| Visual C++ |
|---|
public: property AtomUri^ Base { AtomUri^ get (); void set (AtomUri^ value); } |