Intersoft WebScheduler Documentation
DataRow Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerDataBoundDataArgs Class : DataRow Property






Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DataRow As System.Data.DataRow
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerDataBoundDataArgs
Dim value As System.Data.DataRow
 
value = instance.DataRow
C# 
public System.Data.DataRow DataRow {get;}
Delphi 
public read-only property DataRow: System.Data.DataRow; 
JScript 
public function get DataRow : System.Data.DataRow
Managed Extensions for C++ 
public: __property System.Data.DataRow* get_DataRow();
C++/CLI 
public:
property System.Data.DataRow^ DataRow {
   System.Data.DataRow^ get();
}

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

©2013 Intersoft Solutions Corp. All Rights Reserved.