Sets the Contact, Address, and Notes keys. A block of keys is allocated and assigned. Only objects that don't already have keys will get new ones.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public void SetKeys(
	DataServer server
)
Visual Basic
Public Sub SetKeys ( _
	server As DataServer _
)
Visual C++
public:
void SetKeys(
	DataServer^ server
)

Parameters

server
Type: Asi.iBO..::..DataServer
DataServer to use.

See Also