Documentation EDI-Interface LKW Walter AT - Release 1.6.1
UnNumber Property



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > DangerousGoodsInformation Class : UnNumber Property
Represents a mandatory Element in the XML document
Syntax
'Declaration
 
<LiquidTechnologies.Runtime.ElementInfoSeqPrimMndAttribute("unNumber", 
   "", 
   "", 
   ConversionType.type_string, 
   "", 
   WhitespaceRule.Preserve, 
   "", 
   -1, 
   -1, 
   "", 
   "", 
   "", 
   "", 
   -1, 
   -1, 
   -1, 
   "")>
Public Property UnNumber As String
'Usage
 
Dim instance As DangerousGoodsInformation
Dim value As String
 
instance.UnNumber = value
 
value = instance.UnNumber
[LiquidTechnologies.Runtime.ElementInfoSeqPrimMnd("unNumber", 
   "", 
   "", 
   ConversionType.type_string, 
   "", 
   WhitespaceRule.Preserve, 
   "", 
   -1, 
   -1, 
   "", 
   "", 
   "", 
   "", 
   -1, 
   -1, 
   -1, 
   "")]
public string UnNumber {get; set;}
[LiquidTechnologies.Runtime.ElementInfoSeqPrimMnd("unNumber", 
   "", 
   "", 
   ConversionType.type_string, 
   "", 
   WhitespaceRule.Preserve, 
   "", 
   -1, 
   -1, 
   "", 
   "", 
   "", 
   "", 
   -1, 
   -1, 
   -1, 
   "")]
public:
property String^ UnNumber {
   String^ get();
   void set (    String^ value);
}
Remarks
This property is represented as an Element in the XML. It is mandatory and therefore must be populated within the XML. It is defaulted to "".
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

DangerousGoodsInformation Class
DangerousGoodsInformation Members