 | MessageInfoSource Property |
Gets the remote endpoint of the message
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
Uri
See Also