Documentation EDI-Interface LKW Walter AT - Release 1.5.1
UnprocessedElements Property



edi.lkwwalter.cioi.ACK151.edi.lkwwalter.cioi.ACK151 Namespace > LxBase Class : UnprocessedElements Property
Any child elements that do not belong in this element are added to the UnprocessedElements collection.
Syntax
'Declaration
 
<LxElementUnprocessedAttribute(0)>
Public ReadOnly Property UnprocessedElements As List(Of XElement)
'Usage
 
Dim instance As LxBase
Dim value As List(Of XElement)
 
value = instance.UnprocessedElements
[LxElementUnprocessed(0)]
public List<XElement> UnprocessedElements {get;}
[LxElementUnprocessed(0)]
public:
property List<XElement^>^ UnprocessedElements {
   List<XElement^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LxBase Class
LxBase Members