Sets up data to be passed into an Executed TCL command.


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

Syntax

Visual Basic (Declaration)
Public WriteOnly Property data As String
C#
public string data { set; }
C++
public property string data sealed  {
    void set(String value);
}
J#
/** property */
public void set_data(string value);
JScript
public function set data(value : String);

Property Value

Multiple data strings may be stacked by separating the data strings using attribute marks

See Also