Home » C# Programming » Attributes

Which of the following is correct ways of applying an attribute?

Correct Answer: [WebService (Name = "CuriousTab", Description = "CURIOUSTAB WebService")] class AuthenticationService: WebService { /* .... */}

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion