Exemplo: R$
public string EspecMoeda { get; set; }Public Property EspecMoeda As String
Get
Set
Dim instance As PaySDKRespostaConsultaBoletoBradescoVM
Dim value As String
value = instance.EspecMoeda
instance.EspecMoeda = valuepublic:
property String^ EspecMoeda {
String^ get ();
void set (String^ value);
}