ArcFM Responder Mobile Developer Guide
Copies Property (MMSimplePrinterSettingsClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678279)>
Public Overridable Property Copies As System.Integer
'Usage
 
Dim instance As MMSimplePrinterSettingsClass
Dim value As System.Integer
 
instance.Copies = value
 
value = instance.Copies
[System.Runtime.InteropServices.DispId(1610678279)]
public virtual System.int Copies {get; set;}
public read-write property Copies: System.Integer; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678279)
public function get,set Copies : System.int
[System.Runtime.InteropServices.DispId(1610678279)]
public: __property virtual System.int get_Copies();
public: __property virtual void set_Copies( 
   System.int value
);
[System.Runtime.InteropServices.DispId(1610678279)]
public:
virtual property System.int Copies {
   System.int get();
   void set (    System.int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMSimplePrinterSettingsClass Class
MMSimplePrinterSettingsClass Members

Send Feedback