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