| Hl7InterceptorConfigurationElementExportDomains Property |
Gets or sets the identity domains to notify the remote target of
Namespace:
SanteDB.Messaging.HL7.Configuration
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax public List<AssigningAuthority> ExportDomains { get; set; }
Public Property ExportDomains As List(Of AssigningAuthority)
Get
Set
public:
property List<AssigningAuthority^>^ ExportDomains {
List<AssigningAuthority^>^ get ();
void set (List<AssigningAuthority^>^ value);
}
member ExportDomains : List<AssigningAuthority> with get, set
Property Value
Type:
ListAssigningAuthoritySee Also