public Act Act { get; set; }
Public Property Act As Act Get Set
public: property Act^ Act { Act^ get (); void set (Act^ value); }
member Act : Act with get, set
void DoSomething(ActParticipation foo) { // This property is used to delay-load nested data var typeOfConcept = foo.LoadProperty(o=>o.Act).TypeConceptKey; }
Copyright (C) 2026 SanteSuite Inc. and the SanteSuite Contributors (see NOTICE.md)