public: property int SubType { int get(); void set(int value); };
public int SubType { get; set; }
Public Property SubType As Integer
Vielen Dank.