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

Syntax

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

/** property */
public void set_FrtAcct(string value);
JScript
public function get FrtAcct() : String

public function set FrtAcct(value : String);

See Also