Declaration

Visual C#:

string RegisterName;

Visual C++:

CString RegisterName;

Visual Basic:

Dim RegisterName As String

Delphi:

property RegisterName : String;

Remarks

This property must be set before Connect method.

See Also  RegisterCode