Click or drag to resize

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

Property Value

Type: ResultStatusOKErrorWarning
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