Gets a value indicating whether this data accessor and underlying data object fire notifications, when the property is changed.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool SupportsNotifications { get; } |
Visual Basic |
---|
Public ReadOnly Property SupportsNotifications As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool SupportsNotifications {
bool get () sealed;
} |
F# |
---|
abstract SupportsNotifications : bool with get
override SupportsNotifications : bool with get |
Property Value
Type:
BooleanAlways
true.
Implements
IDataAccessor..::..SupportsNotificationsSee Also