Gets a string argument of the command or null reference (Nothing in Visual Basic) if the command has no string argument.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public ReadOnly Property Text As String
	Get
C#
public string Text { get; }

Return Value

A string argument of the command or null reference (Nothing in Visual Basic) if the command has no string argument.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also