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.") > _
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.") > _