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

Syntax

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

/** property */
public void set_user11(string value);
JScript
public function get user11() : String

public function set user11(value : String);

See Also