access specifiers in .net

  • Thread starter Thread starter DotNet
  • Start date Start date
DotNet said:
hi,
which are the different access specifiers in vb.net
other than public ,private .

Have a look at the docs. For example, press <F1> on the word "public" and
you'll get a list of keywords that use modifiers. Choose one.

Or (VS 2003):
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB/vbcn7/html/vbconAccessibility.htm

and:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB/vbls7/html/vblrfvbspec4_5.htm

(see hints in signature)


--
Armin

- Links might be split into two lines. Concatenate them using notepad.
- Links might require to add a ".nnnn" after the "2003FEB", e.g.
"2003FEB.1033" for localized versions.
- Links starting with "ms-help" are URLs for the document explorer (<F1>).
Paste them in the URL textbox and press enter. Using internal help (menu
tools -> options -> environment -> help), display the "Web" toolbar that
contains the textbox.
 
Back
Top