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

Syntax

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

/** property */
public void set_user1(string value);
JScript
public function get user1() : String

public function set user1(value : String);

See Also