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

Syntax

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

/** property */
public void set_LUpd_User(string value);
JScript
public function get LUpd_User() : String

public function set LUpd_User(value : String);

See Also