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



edi.lkwwalter.cioi.ACK151.edi.lkwwalter.cioi.ACK151.Ns Namespace > Cesar_DownloadElm.TransportElm Class : IrregularityText Property
A System.String, Optional : null when not set
Syntax
'Declaration
 
<LxElementValueAttribute(9, 
   "irregularityText", 
   "", 
   LxValueType.Value, 
   XsdType.XsdString, 
   MinOccurs=0, 
   MaxOccurs=1)>
Public Property IrregularityText As String
'Usage
 
Dim instance As Cesar_DownloadElm.TransportElm
Dim value As String
 
instance.IrregularityText = value
 
value = instance.IrregularityText
[LxElementValue(9, 
   "irregularityText", 
   "", 
   LxValueType.Value, 
   XsdType.XsdString, 
   MinOccurs=0, 
   MaxOccurs=1)]
public string IrregularityText {get; set;}
[LxElementValue(9, 
   "irregularityText", 
   "", 
   LxValueType.Value, 
   XsdType.XsdString, 
   MinOccurs=0, 
   MaxOccurs=1)]
public:
property String^ IrregularityText {
   String^ get();
   void set (    String^ value);
}
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

Cesar_DownloadElm.TransportElm Class
Cesar_DownloadElm.TransportElm Members