FacultyInMsgIsAXFaculty Property

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

You can specify one of the following values:

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

Database Information:

  • Table name - SyStaff
  • Column name - IsAXFaculty

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

Property Value

Type: Boolean
See Also