Returns the constant representing the XML element.
Namespace:
Google.GData.Spreadsheets
Assembly:
Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public string XmlName { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property XmlName As String |
| Visual C++ |
|---|
public: virtual property String^ XmlName { String^ get () sealed; } |