Click or drag to resize

NameAccessModifier Fields

The NameAccessModifier type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberINTERNAL
Internal is used for objects that may be used with the modules of the same module name.
Public fieldStatic memberPRECONFIGURED
Preconfigured is used for objects that are preconfigured by configuration.
Public fieldStatic memberPRIVATE
Private is used for objects that may be used with the same module.
Public fieldStatic memberPUBLIC
Public is used for objects that may be used by other modules irrespective of module names.
Public fieldStatic memberTRANSIENT
Transient is used for non-visible objects that are only visible for the purpose of statement-internal processing.
Public fieldvalue__
Top
See Also