Syntax
Readonly property Password as String
Description
Set the Password of the Server which is type of String
Sample
Public WithEvents server As new CVertexFXNewsSvr Private Sub SetPassword_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SetPassword.Click Server.Password = "News Password" End Sub
See Also