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 ID As Integer
C#
public int ID { get; }
C++
public property int ID sealed  {
    int get();
}
J#
/** property */
public int get_ID();
JScript
public function get ID() : int

Property Value

A unique integer ID which identifies the message object

See Also