'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