CQG API 4.0 - Revised
Name Property
See Also  Send Feedback
CQGSessions Collection : Name Property

Glossary Item Box

Description

Returns the custom session name of each session in the collection.

Property type

Read-only property

Syntax

Visual Basic
Public Property Name As String

Return Type

Custom session name represented as String

Remarks

If Type doesn't include sstCustom, the returned string is empty.

Example

See the usage of CQGSessions properties in the CQGInstrument.Sessions' example section.

See Also