| DispatcherQueueEntryCorrelationId Property |
Gets or sets the correlation identifier
Namespace:
SanteDB.Core.Queue
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string CorrelationId { get; set; }
Public Property CorrelationId As String
Get
Set
public:
property String^ CorrelationId {
String^ get ();
void set (String^ value);
}
member CorrelationId : string with get, set
Property Value
Type:
StringSee Also