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