'Declaration
Property IncludeProtection As Boolean
'Usage
Dim instance As IStyle Dim value As Boolean instance.IncludeProtection = value value = instance.IncludeProtection
bool IncludeProtection {get; set;}
Property Value
true
if the style includes the protection properties; otherwise, false
.