Syntax
Readonly property Username as String
Description
This property used to set the Username of the Server which is type of String.
Parameters
No Parameters
Sample
Public WithEvents server As new CVertexFXNewsSvr Private Sub SetUsername_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SetUserName.Click Server.Username = "NewsServer" End Sub
See Also