RSS.NET

RssDefault.Int Field

Default value for an int in all RSS classes

[Visual Basic]
Public Const Int As Integer = -1
[C#]
public const int Int = -1;

Remarks

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

See Also

RssDefault Class | Rss Namespace