Syntax
Property Username As String
Description
This property is used to set or get the username whichgateway should use in connecting to this currency server.
Parameters
No Parameters.
Sample
Private Sub username_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles username.Click'CurSer is predefined variable as CVertexCurSvrAPICurSer.username = usernameDim username As String = CurSer.usernameEnd Sub
See Also