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