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



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