public string UF { get; set; }
Public Property UF As String Get Set Dim instance As Transporta Dim value As String value = instance.UF instance.UF = value
public: property String^ UF { String^ get (); void set (String^ value); }
In This Article