Description
This class represents News object that contain all the information about the news which is going to be sent.
Parameters
Key | Description |
NewsID | The ID of News, value of Type String |
NewsNumber | The number of news, value Type of long |
NewsSubject | The Subject of News, Type value of String |
NewsDetails | The details of News, Type value of String |
NewsDate | The date of News, Type value of Date |
Sample
Dim _news New VertexFXNewsSvrAPI.CNew _news.NewsDate = Now.ToString _news.NewsID = "1" _news.NewsSubject = VertexFX _news.NewsDetails = "VertexFX news API"
See Also