public System.object CustomObject {get; set;}
public read-write property CustomObject: System.TObject;
public function get,set CustomObject : System.Object
public: __property System.Object* get_CustomObject(); public: __property void set_CustomObject( System.Object* value );
public: property System.Object^ CustomObject { System.Object^ get(); void set ( System.Object^ value); }
'Declaration Public Property CustomObject As System.Object
'Usage Dim instance As TransferCancelEventArgs Dim value As System.Object instance.CustomObject = value value = instance.CustomObject