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



edi.lkwwalter.cioi.ACK151.edi.lkwwalter.cioi.ACK151 Namespace > LxBase Class : UnprocessedAttributes Property
Any attributes that do not belong in this element are added to the UnprocessedAttributes collection.
Syntax
'Declaration
 
<LxAttributeUnprocessedAttribute()>
Public ReadOnly Property UnprocessedAttributes As List(Of XAttribute)
'Usage
 
Dim instance As LxBase
Dim value As List(Of XAttribute)
 
value = instance.UnprocessedAttributes
[LxAttributeUnprocessed()]
public List<XAttribute> UnprocessedAttributes {get;}
[LxAttributeUnprocessed()]
public:
property List<XAttribute^>^ UnprocessedAttributes {
   List<XAttribute^>^ 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