FacultyInMsgAction Property

The type of action to be performed on the Staff record.

You can specify one of the following values:

  • Add - Adds the staff record information.
  • Update - Updates staff record information.
  • Delete - Deletes staff record information.

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

Syntax
C#
public EnumOperation Action { get; set; }

Property Value

Type: EnumOperation
See Also