Public Property Text As String
Dim instance As Label Dim value As String instance.Text = value value = instance.Text
public string Text {get; set;}