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

Syntax

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

/** property */
public void set_TaxIdDflt(string value);
JScript
public function get TaxIdDflt() : String

public function set TaxIdDflt(value : String);

See Also