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

Syntax

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

/** property */
public void set_subject(string value);
JScript
public function get subject() : String

public function set subject(value : String);

See Also