NET FTP Library
CustomObject Property (FTP)






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : CustomObject Property
Custom object that the user sets during an async transfer
Syntax
'Declaration
 
Protected Property CustomObject As System.Object
'Usage
 
Dim instance As FTP
Dim value As System.Object
 
instance.CustomObject = value
 
value = instance.CustomObject
protected System.object CustomObject {get; set;}
protected read-write property CustomObject: System.TObject; 
protected function get,set CustomObject : System.Object
protected: __property System.Object* get_CustomObject();
protected: __property void set_CustomObject( 
   System.Object* value
);
protected:
property System.Object^ CustomObject {
   System.Object^ get();
   void set (    System.Object^ 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

FTP Class
FTP Members