ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TProcessedEmployee.WasAlreadyEnrolled Property

Boolean indicating whether the employee was already enrolled in the occurrence, or the contact was already a contact for the employer. 

  • True: The employee was already enrolled in the occurrence and ignored (the client was not enrolled again), or the contact was already a contact for the employer.
  • False: The employee was not already enrolled in the occurrence and was enrolled, or the contact was not already a contact for the employer and was linked as a contact.
 

C#
public bool WasAlreadyEnrolled;
Copyright (c) VETtrak 2022. All rights reserved.