←Select platform

EnvelopePrefix Property

Summary

Defines the MLP message prefix.

Syntax
C#
VB
C++
public byte[] EnvelopePrefix { get; set; } 
Public Property EnvelopePrefix() As Byte() 
   Get 
   Set 
public:  
   property array<Byte>^ EnvelopePrefix 
   { 
      array<Byte>^ get() 
      void set(array<Byte>^ value) 
   } 

Property Value

MLP prefix value.

Remarks

Default value is '\u000b'.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly