Skip to main content

IMessage.ReceivePortType property

Namespace: NextDesign.Core

Description

The type of port on which the message is received

Returns one of the following:

  • Execution specification : "ExecutionSpecification"
  • Message End : "MessageEnd"
  • Frame : "Frame"
string ReceivePortType { get; }

type

  • string