Gets and sets the number of copies to be printed.
'Declaration
Public Property Copies As Integer
'Usage
Dim instance As Printer
Dim value As Integer
instance.Copies = value
value = instance.Copies
public int Copies {get; set;}
public: __property int get_Copies();
public: __property void set_Copies(
int value
);
public:
property int Copies {
int get();
void set ( int value);
}
Property Value
An integer value which represents the number of copies to be printed.