ArcFM Responder Mobile Developer Guide
RowState Property






Syntax
'Declaration
 
Public ReadOnly Property RowState As System.Data.DataRowState
'Usage
 
Dim instance As RowStateCondition
Dim value As System.Data.DataRowState
 
value = instance.RowState
public System.Data.DataRowState RowState {get;}
public read-only property RowState: System.Data.DataRowState; 
public function get RowState : System.Data.DataRowState
public: __property System.Data.DataRowState get_RowState();
public:
property System.Data.DataRowState RowState {
   System.Data.DataRowState 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

Reference

RowStateCondition Class
RowStateCondition Members

Send Feedback