ItemId Property  
 

Gets an numeric value which identifies the current news item in the channel.

Syntax

object.ItemId

Remarks

The ItemId property returns an integer that is an index into the list of available news items. It is not persistent and the ID for a specific news item may change when the news feed is refreshed or opened at a later point. To uniquely identify a news item in the channel, use the ItemGuid property. To retrieve a news feed item, use the GetItem method.

Data Type

Integer (Int32)

See Also

ItemAuthor Property, ItemGuid Property, ItemText Property, GetItem Method