System.bool IncludeProtection {get; set;}
read-write property IncludeProtection: System.Boolean;
function get,set IncludeProtection : System.boolean
__property System.bool get_IncludeProtection(); __property void set_IncludeProtection( System.bool value );
'Declaration
Property IncludeProtection As System.Boolean
'Usage
Dim instance As IStyle Dim value As System.Boolean instance.IncludeProtection = value value = instance.IncludeProtection