'Declaration Public ReadOnly Property IsCancelled As System.Boolean
'Usage Dim instance As FTP Dim value As System.Boolean value = instance.IsCancelled
public System.bool IsCancelled {get;}
public read-only property IsCancelled: System.Boolean;
public function get IsCancelled : System.boolean
public: __property System.bool get_IsCancelled();
public:
property System.bool IsCancelled {
System.bool get();
}