Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
Public Property toName As String
C#
public string toName { get; set; }
C++
public property string toName sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_toName();

/** property */
public void set_toName(string value);
JScript
public function get toName() : String

public function set toName(value : String);

See Also