ResultSetView.IBindingList.AllowEdit Propiedad
Espacio de nombres: System.Data.SqlServerCe
Ensamblado: System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Sintaxis
'Declaración
Private ReadOnly Property AllowEdit As Boolean
Implements IBindingList.AllowEdit
Get
'Uso
Dim instance As ResultSetView
Dim value As Boolean
value = CType(instance, IBindingList).AllowEdit
bool IBindingList.AllowEdit { get; }
private:
virtual property bool AllowEdit {
bool get () sealed = IBindingList::AllowEdit::get;
}
private abstract AllowEdit : bool
private override AllowEdit : bool
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System.Boolean