NET Logging Library
DataTable Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > DataTableTarget Class : DataTable Property
The contents of the data table
Syntax
<XmlIgnoreAttribute()>
Public Property DataTable As DataTable
Dim instance As DataTableTarget
Dim value As DataTable
 
instance.DataTable = value
 
value = instance.DataTable
[XmlIgnore()]
public DataTable DataTable {get; set;}
[XmlIgnore()]
public:
property DataTable^ DataTable {
   DataTable^ get();
   void set (    DataTable^ 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

DataTableTarget Class
DataTableTarget Members