Unique identity of the message


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property InboundMessageID As Integer
C#
public int InboundMessageID { get; }
C++
public property int InboundMessageID sealed  {
    int get();
}
J#
/** property */
public int get_InboundMessageID();
JScript
public function get InboundMessageID() : int

Property Value

A unique integer ID which identifies the inbound message object

See Also