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