FriendlyName Property

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"