Documentation EDI-Interface LKW Walter AT - Release 1.5.1
Date_ Property (Cesar_DownloadElm)



edi.lkwwalter.cioi.ACK151.edi.lkwwalter.cioi.ACK151.Ns Namespace > Cesar_DownloadElm Class : Date_ Property
The value for the optional attribute date
Syntax
'Declaration
 
<LxAttributeAttribute("date", 
   "", 
   LxValueType.Value, 
   XsdType.XsdString)>
Public Property Date_ As String
'Usage
 
Dim instance As Cesar_DownloadElm
Dim value As String
 
instance.Date_ = value
 
value = instance.Date_
[LxAttribute("date", 
   "", 
   LxValueType.Value, 
   XsdType.XsdString)]
public string Date_ {get; set;}
[LxAttribute("date", 
   "", 
   LxValueType.Value, 
   XsdType.XsdString)]
public:
property String^ Date_ {
   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 Class
Cesar_DownloadElm Members