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