returns the string representation of the atom.content element
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public string Content { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Content As String |
| Visual C++ |
|---|
public: property String^ Content { String^ get (); void set (String^ value); } |