←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 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly