 | PubSubDispatchLogOutcome Property |
The outcome of the dispatch
Namespace: SanteDB.Core.PubSubAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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
See Also