public int SYSVER { get; set; }Public Property SYSVER As Integer
Get
Set
Dim instance As TABPD_BaseVMCOM
Dim value As Integer
value = instance.SYSVER
instance.SYSVER = valuepublic:
property int SYSVER {
int get ();
void set (int value);
}