Syntax
Property Password As String
Description
This property is used to set or get password that gateway should use in connecting to this currency server.
Parameters
No Parameters.
Sample
Private Sub password_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles password.Click 'CurSer is predefined variable as CVertexCurSvrAPI CurSer.Password =Password Dim pass As String = CurSer.Password. End Sub
See Also