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