FWSAwardPaymentInMsgAction Property

The type of action to be performed on the FWS Award record.

You can specify one of the following values:

  • Add - Adds the FWS award payment information.
  • Update - Updates the FWS award payment information.
  • Delete - Deletes the FWS award payment information.

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

Property Value

Type: OperationTypeEnumOperation
See Also