'Declaration
Protected Overridable ReadOnly Property CanRaiseEvents As System.Boolean
'Usage
Dim instance As WorkbookPrintDocument Dim value As System.Boolean value = instance.CanRaiseEvents
protected virtual System.bool CanRaiseEvents {get;}
protected read-only property CanRaiseEvents: System.Boolean; virtual;
protected function get CanRaiseEvents : System.boolean
protected: __property virtual System.bool get_CanRaiseEvents();
protected: virtual property System.bool CanRaiseEvents { System.bool get(); }