Microsoft Chat Server SDK Reference

NSID Property

This property contains the Network Service Identifier (NSID) for the service.

Syntax

ID = ChatService.NSID
ChatService.NSID = ID

Parameters

ID
A number representing the unique identifier for this chat server on the network.

Remarks

Each chat server on a network must have a unique server ID number between 1 and 255. If two chat servers on the network have the same ID number, the connection between those servers is dropped.

See Also

NetworkServiceID


© 1998 Microsoft Corporation. All rights reserved.