| MessageInfoDestination Property |
Gets the local endpoint of the message
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public Uri Destination { get; set; }
Public Property Destination As Uri
Get
Set
public:
property Uri^ Destination {
Uri^ get ();
void set (Uri^ value);
}
member Destination : Uri with get, set
Property Value
Type:
UriSee Also