ProcessVoidInMsgIsReIssue Property

This flag indicates whether the transaction must be re-issued or not.

You can specify one of the following values:

  • True - Indicates the transaction must be re-issued.
  • False - Indicates the transaction must not be re-issued.

Database Information:

  • Table name - SaTrans
  • Column name - IsReIssue
  • Table name - SaStudSubsidiaryTrans
  • Column name - IsReIssue

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 IsReIssue { get; set; }

Property Value

Type: Boolean
See Also