EntryCopyright Property
This property is used a textual description of the copyright statement for the current ATOM feed.
Syntax
char* GetEntryCopyright(int iEntryIndex);
int SetEntryCopyright(int iEntryIndex, char* lpszEntryCopyright);
Default Value
""
Remarks
This property is used a textual description of the copyright statement for the current ATOM feed
The size of the array is controlled by the EntryCount property.
This property is not available at design time.
Data Type
String