| AuditDataOutcome Property |
Identifies the outcome of the event
Namespace:
SanteDB.Core.Auditing
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public 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
Type:
OutcomeIndicatorSee Also