Gets and sets the number of copies to be printed.
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);
}
'Declaration
Public Property Copies As Integer
'Usage
Dim instance As Printer
Dim value As Integer
instance.Copies = value
value = instance.Copies
Property Value
An integer value which represents the number of copies to be printed.