Get / Set the title of a data directory.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Property Title ( _
	Index As Integer _
) As String
	Get
	Set

Parameters

Index
Type: System..::..Int32
Directory index

Examples

This example shows you how to GET the title of a data directory: szString = Title(Integer) // This example shows you how to SET the title of a data directory: Title(Index) = szString

See Also