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