Gets Tax ID

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public BaseField TaxID { get; }
Visual Basic (Declaration)
Public ReadOnly Property TaxID As BaseField
Visual C++
public:
property BaseField^ TaxID {
	BaseField^ get ();
}

Field Value

The Tax ID if owner is a corporation, trust or other non-person entity

Remarks

  • System Name - TaxID
  • Quik! Form Field Name - TaxID
  • Short Name - Tax ID
  • Description - Tax ID if owner is a corporation, trust or other non-person entity
  • Category - Client Personal Info
  • Service Level - QDBC
  • Data Set Type - Client
  • Field Data Type - String

See Also