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