[ROOT] / doc / DocFrag / ARCAPI.BaseControllerP.CountException / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public Int64 CountException{ get => IP.GetPV<Int64>(BaseControllerP.CountException); set => IP.SetPV(BaseControllerP.CountException, value); } public AddCountException(Int64 countException) => IP.AddPV(BaseControllerP.CountException, countException); public Int64? GetCountException() => TryGetCountException(out var retval) ? retval : null; public Int64 GetCountException(Int64 defaultValue) => TryGetCountException(out var retval) ? retval : defaultValue; public bool TryGetCountException(out Int64 countException) => IP.TryGetPV(BaseControllerP.CountException, out countException);  | 
| Cardinality | HistoryOnly | 
| Description | Number of exceptions at call to APIMethod since application initialization | 
| EnumMember | CountException | 
| EnumType | BaseControllerP | 
| IsObligatory | -False- | 
| Type | -Int64- | 
7 items
Generated 2025-11-04 13:13:52.781 UTC