MCQs>IT & Programming>C#>In the code below. public class Utilities : System.Web.Services.WebService { [System.Web.Services.WebMethod] public string GetTime() { return System.DateTime.Now.ToShortTimeString(); } } [System.Web.Services.WebMethod] is an example of what?
C# MCQs
In the code below. public class Utilities : System.Web.Services.WebService { [System.Web.Services.WebMethod] public string GetTime() { return System.DateTime.Now.ToShortTimeString(); } } [System.Web.Services.WebMethod] is an example of what?
Answer
Correct Answer: Attribute
Explanation:
Note: This Question is unanswered, help us to find answer for this one