public string UF { get; set; }Public Property UF As String
Get
Set
Dim instance As CadastroContribuinteRespostaVM
Dim value As String
value = instance.UF
instance.UF = valuepublic:
property String^ UF {
String^ get ();
void set (String^ value);
}