Which of the following is the correct way to define a namespace alias in VB.NET?
1.Using MyNamespace = MyComponent.Web.UI.WebControls;
2.Using MyComponent.Web.UI.WebControls as MyNamespace;
3.Using MyComponent.Web.UI.WebControls = MyNamespace;/div>
4.None of These
Answer:1
Posted Date:-2022-08-15 12:36:18