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