Gets Account Number Prefix

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

Syntax

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

Field Value

The This is the prefix part of the account number when used with the Account Number Base (see Account Number for the full value)

Remarks

  • System Name - AccountNumberPrefix
  • Quik! Form Field Name - AcctNumPrefix
  • Short Name - Account Number Prefix
  • Description - This is the prefix part of the account number when used with the Account Number Base (see Account Number for the full value)
  • Category - Account
  • Service Level - Premium
  • Data Set Type - Acct
  • Field Data Type - String

See Also