FacultyInMsgActive Property

Indicates whether the Staff is active or inactive. This value is mandatory.

You can specify one of the following values:

  • True - Indicates the Staff is active.
  • False - Indicates the Staff is inactive.

Database Information:

  • Table name - SyStaff
  • Column name - Active

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

Property Value

Type: Boolean
See Also