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