ServerName PropertyServerName Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: PropertyAccessTimeOut Property
*Next Topic: ServerProperty Property

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

objectRequired. An object expression that evaluates to an MsChatPr control.
valueRequired. 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

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.