 | SllpTransportProtocolName Property |
Protocol name
Namespace:
SanteDB.Messaging.HL7.TransportProtocol
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntaxpublic override string ProtocolName { get; }
Public Overrides ReadOnly Property ProtocolName As String
Get
public:
virtual property String^ ProtocolName {
String^ get () override;
}
abstract ProtocolName : string with get
override ProtocolName : string with get
Property Value
Type:
StringImplements
ITransportProtocolProtocolName
See Also