ServerAddress Property

Office Web Discussions Client Visual Basic

Sets or returns the Uniform Resource Locator (URL) for the specified discussion server. Read/write String.

Example

This example changes the URL of the specified discussion server to http://example.microsoft.com.

dscServers(1).ServerAddress = _
    "http://example.microsoft.com/"