Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub ResetYourPropertyName()
YourPropertyName = yourValue
End Sub 'ResetYourPropertyName
Private Function ShouldSerializeYourPropertyName() As Boolean
If YourPropertyName Is Nothing OrElse YourPropertyName.ToString.Trim.Length = 0 Then
Return False
Else
Return True
End If
End Function 'ShouldSerializeYourPropertyName