BankAccountInMsgIsBankAccActive Property

Indicates whether the bank account is active or not.

You can specify one of the following values:

  • True: Indicates the bank account is active.
  • False: Indicates the bank account is inactive.

Database Information:

  • Table name - SaBankAccount
  • Column name - Active

Namespace:  Cmc.CampusLink.Wcf.Messages.Accounts
Assembly:  Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
public bool IsBankAccActive { get; set; }

Property Value

Type: Boolean
See Also