Gets or set whether the parser will attempt to skip any unknown element
type rather than producing an error.

Declaration Syntax
public bool SkipUnhandledElementTypes { get; set; }Public Property SkipUnhandledElementTypes As Boolean

Remarks
An element type is added instead with
ElementType.Unknown
and ElementTypeDescriptor.Unknown.
Assembly:
InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 2.2.0.0