Click here for NewsObjects Overview
Section Property (Connect Control)
Windows - Visual C++


Description
The Section property sets the section name to use for the transport session or connection. "Section" refers to a protocol section of the News Service Interface (NSI) file.

Syntax
CString name = GetSection();
void SetSection(LPCTSTR name);

Value
The section name to be used when logging on.

Remarks
The Section name identifies the transport to be used for the connection to the NewsEdge server. The Section name defaults to TCPIP_DATAGRAM, unless otherwise specified.

See Also: ShowLogon Logon

Back to: Connect Properties