ExceptionOptionsReportMinors Property |
Indicates if report exceptions are allowed for minor (non-adult) employees.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool ReportMinors { get; set; }
Public Property ReportMinors As Boolean
Get
Set
public:
property bool ReportMinors {
bool get ();
void set (bool value);
}
member ReportMinors : bool with get, set
Property Value
Type:
BooleanSee Also