'Declaration
Public Property DataAllowAddNew As Boolean
'Usage
Dim instance As Table Dim value As Boolean instance.DataAllowAddNew = value value = instance.DataAllowAddNew
public bool DataAllowAddNew {get; set;}
Property Value
true
if allowed to add new row; otherwise, false