Syntax
Readonly property InitializePoint as Integer
Description
This property used to set the last sequence of the retrieved news which wassaved in custom storage.
Sample
Public WithEvents server As new CVertexFXNewsSvr Private Sub InitializePoint_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles InitializePoint.Click Server.InitializePoint = 0 End Sub
See Also