Append,Binary,Input are all the enumerated members of
-
OpenMode Enumeration
-
OpenAccess Enumeration
-
OpenShare Enumeration
-
None of the above
A
Correct answer
Explanation
OpenMode enumeration in VB.NET contains members like Append, Binary, Input, Output, and Random that specify how a file is opened. OpenAccess deals with read/write permissions, and OpenShare controls file sharing modes.