FriendlyName Property

Office Web Discussions Client Visual Basic

Sets or returns the friendly name of the specified discussion server. Read/write String.

Example

This example changes the friendly name of the specified discussion server to "Accounting Department Information Server".

dscServers(1).FriendlyName = _
    "Accounting Department Information Server"