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