| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Action As DataRowAction  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public DataRowAction Action {get;}  | |
| C++/CLI | |
|---|---|
public: property DataRowAction Action { DataRowAction get(); }  | |
Return Value
One of the DataRowAction values.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
       
Copy Code