![]() | ![]() | ![]() |
| ||
|
ServerName Property
Returns the server name of the current connection, or an empty string if there is no live connection.
Syntax
value=object.ServerName
Parameters
object Required. An object expression that evaluates to an MsChatPr control. value Required. A string expression to contain an empty string or the name of the server if there is a live connection. Remarks
Access is read-only.
Example
Dim strServerName As String strServerName = MsChatPr1.ServerName
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.