| **Navigation:**  [[clarion.htm|Clarion.Net (Clarion#)]] > [[clarion net language reference.htm|Clarion# Language Extensions]] > Variable and Entity Attributes >====== INTERNAL (CLASS method assembly accessible) ====== | [[implicitly typed local variables.htm|{{btn_prev_n.gif|Previous page}}]][[clarion net language reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[public set variable public to all class modules .htm|{{btn_next_n.gif|Next page}}]] | | || {{newcnet.jpg|NewCNet.jpg}} **INTERNAL** {{blk2blue.jpg|blk2blue.jpg}} The **INTERNAL** attribute specifies that the target method is accessible to all code inside the same assembly. This is the default state in Clarion#. **See Also:**     [[public set variable public to all class modules .htm|PUBLIC]], [[private set procedure private to a class or module .htm|PRIVATE]], [[protected set procedure private to a class or derived class .htm|PROTECTED]]