'Declaration Property ApplyProtection As Nullable(Of Boolean)
'Usage Dim instance As IExtendedFormat Dim value As Nullable(Of Boolean) instance.ApplyProtection = value value = instance.ApplyProtection
Nullable<bool> ApplyProtection {get; set;}
'Declaration Property ApplyProtection As Nullable(Of Boolean)
'Usage Dim instance As IExtendedFormat Dim value As Nullable(Of Boolean) instance.ApplyProtection = value value = instance.ApplyProtection
Nullable<bool> ApplyProtection {get; set;}