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

Syntax

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

/** property */
public void set_content(string value);
JScript
public function get content() : String

public function set content(value : String);

See Also