StudentAidFWSStatusInMsgIsFWSLinked Property

Indicates whether the Award is integrated in the calling application. This value is mandatory.

You can specify one of the following values:

  • True - Indicates that the Award is integrated in the calling application.
  • False - Indicates that the Award is not integrated in the calling application.

Database Information:

  • Table name - FaStudentAid
  • Column name - IsFWSLinked

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

Property Value

Type: Boolean
See Also