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

Syntax

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

/** property */
public void set_TaxRegNbr(string value);
JScript
public function get TaxRegNbr() : String

public function set TaxRegNbr(value : String);

See Also