 | AuditEventDataOutcome Property |
Gets or sets the value indicating the outcome of the event
Namespace: SanteDB.Core.Model.AuditAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic OutcomeIndicator Outcome { get; set; }Public Property Outcome As OutcomeIndicator
Get
Set
public:
property OutcomeIndicator Outcome {
OutcomeIndicator get ();
void set (OutcomeIndicator value);
}member Outcome : OutcomeIndicator with get, set
Property Value
OutcomeIndicator
RemarksThis property is used to indicate whether the event which the audit
represents was successful, a failure, etc.
See Also