ArticleDate Property
The date of the current article.
Syntax
[VB.NET] Public ReadOnlyProperty ArticleDate As String
[C#] public string ArticleDate {get;}
Remarks
This property contains the date of the current article. If the component is not connected or CurrentArticle is empty, the value of this property is an empty string. Otherwise, it contains the date of the article as reported by the server. The NewsServer is asked about the headers of the article only if the CurrentArticle property has changed. If CurrentArticle has not changed, the component returns a cached value.
This property is read-only.
Default Value
""