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