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