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