| DataPersistingEventArgsTDataSuccess Property |
Gets or sets a value which indicates whether the event was successfully handled and inserted
Namespace:
SanteDB.Core.Event
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public bool Success { get; set; }
Public Property Success As Boolean
Get
Set
public:
property bool Success {
bool get ();
void set (bool value);
}
member Success : bool with get, set
Property Value
Type:
BooleanRemarks This is used to notify the caller that it should assume operation continued as normal
See Also