Mark a function as obsolete in VB.NET

To mark a function or a property as obsolete in VB.NET, just put this instruction in front of it:

< Obsolete("This method is deprecated, use x instead.") > _

Leave a Comment

Your email address will not be published. Required fields are marked *