Documentation EDI-Interface LKW Walter AT - Release 1.6.1
Uic Property (EndTerminal)



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > EndTerminal Class : Uic Property
Represents an optional Attribute in the XML document
Syntax
'Declaration
 
<LiquidTechnologies.Runtime.AttributeInfoPrimitiveAttribute("uic", 
   "", 
   True, 
   ConversionType.type_string, 
   "", 
   WhitespaceRule.Preserve, 
   "", 
   -1, 
   -1, 
   "", 
   "", 
   "", 
   "", 
   -1, 
   -1, 
   -1, 
   "")>
Public Property Uic As String
'Usage
 
Dim instance As EndTerminal
Dim value As String
 
instance.Uic = value
 
value = instance.Uic
[LiquidTechnologies.Runtime.AttributeInfoPrimitive("uic", 
   "", 
   true, 
   ConversionType.type_string, 
   "", 
   WhitespaceRule.Preserve, 
   "", 
   -1, 
   -1, 
   "", 
   "", 
   "", 
   "", 
   -1, 
   -1, 
   -1, 
   "")]
public string Uic {get; set;}
[LiquidTechnologies.Runtime.AttributeInfoPrimitive("uic", 
   "", 
   true, 
   ConversionType.type_string, 
   "", 
   WhitespaceRule.Preserve, 
   "", 
   -1, 
   -1, 
   "", 
   "", 
   "", 
   "", 
   -1, 
   -1, 
   -1, 
   "")]
public:
property String^ Uic {
   String^ get();
   void set (    String^ value);
}
Remarks
This property is represented as an Attribute in the XML. It is optional, initially it is not valid.
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

EndTerminal Class
EndTerminal Members