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