[ROOT] / doc / DocFrag / ARCDoc.AppleP.Name / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value | 
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String Name{ get => IP.GetPV<String>(AppleP.Name); set => IP.SetPV(AppleP.Name, value); } public AddName(String name) => IP.AddPV(AppleP.Name, name); /// <see cref="PKTypeAttributeP.IsObligatory"/> for AppleP.Name, therefore Get as possible null, Get with default value and TryGet not offered here  | 
| Cardinality | HistoryOnly | 
| Description | The name of the apple | 
| EnumMember | Name | 
| EnumType | AppleP | 
| IsObligatory | -True- | 
| Type | -String- | 
7 items
Generated 2025-11-04 06:56:15.471 UTC