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