'Declaration Public Property Property As String
'Usage Dim instance As SelectorSetter Dim value As String instance.Property = value value = instance.Property
public string Property {get; set;}
'Declaration Public Property Property As String
'Usage Dim instance As SelectorSetter Dim value As String instance.Property = value value = instance.Property
public string Property {get; set;}