[ROOT] / doc / DocFrag / ARCQuery.QueryProgressP.CurrentStrictness / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public Strictness CurrentStrictness{ get => IP.GetPV<Strictness>(QueryProgressP.CurrentStrictness); set => IP.SetPV(QueryProgressP.CurrentStrictness, value); } public AddCurrentStrictness(Strictness currentStrictness) => IP.AddPV(QueryProgressP.CurrentStrictness, currentStrictness); /// <see cref="PKTypeAttributeP.IsObligatory"/> for QueryProgressP.CurrentStrictness, therefore Get as possible null, Get with default value and TryGet not offered here |
| Cardinality | HistoryOnly |
| DefaultValue | ON |
| Description | Describes Strictness ON / OFF when executing query. Specified through QueryExpressionStrict and stored in CurrentStrictness. |
| EnumMember | CurrentStrictness |
| EnumType | QueryProgressP |
| IsObligatory | -True- |
| Type | Strictness |
8 items
Generated 2025-10-28 17:22:44.211 UTC