Captured output from an Executed TCL command.


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property capturing As String
C#
public string capturing { get; }
C++
public property string capturing sealed  {
    String get();
}
J#
/** property */
public string get_capturing();
JScript
public function get capturing() : String

Property Value

a string containing the captured screen output from an executed TCL command

See Also