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

Syntax

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

/** property */
public void set_TaxId03(string value);
JScript
public function get TaxId03() : String

public function set TaxId03(value : String);

See Also