Internal (Property Keyword)
Usage
To specify that this property is internal, use the following syntax:
Property propertyname As classname [ Internal ];
Otherwise, omit this keyword or place the word Not immediately before the keyword.
Details
Internal class members are not displayed in the class documentation. This keyword is useful if you want users to see a class but not see all its members.
Default
If you omit this keyword, this property is displayed in the class documentation.
See Also
-
“Property Definitions” in this book
-
“Defining and Using Literal Properties” in Defining and Using Classes
-
“Working with Collections” in Defining and Using Classes
-
“Working with Streams” in Defining and Using Classes
-
“Defining and Using Object-Valued Properties” in Defining and Using Classes
-
“Defining and Using Relationships” in Defining and Using Classes
-
“Introduction to Compiler Keywords” in Defining and Using Classes