Click or drag to resize

ResultInsertAttendanceoverallStatus Property

Gets or sets the return status.

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public ResultStatusOKErrorWarning overallStatus { get; set; }

Property Value

Type: ResultStatusOKErrorWarning
StatusError=0 StatusOK=1 StatusWarning=2 StatusOK means that all records were successfully inserted without any errors or warnings StatusError means that one or more records had an error (some may have had warnings) StatusWarning means that one or more records had a warning (none had errors)
See Also