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

Syntax

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

/** property */
public void set_MiscAcct(string value);
JScript
public function get MiscAcct() : String

public function set MiscAcct(value : String);

See Also