RSS.NET

RssDefault.String Field

Default value for a string in all RSS classes

[Visual Basic]
Public Const String As String = ""
[C#]
public const string String = "";

Remarks

If an element in the RSS class library has the value of RssDefault.String, consider the element as "not entered", "null", or empty.

See Also

RssDefault Class | Rss Namespace