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