public int Type { get; set; }
Public Property Type As Integer Get Set
public: property int^ Type { int^ get (); void set (int^ value); }