ID Property
      
 

Description

Holds message ID.


Property type

A Long value.  


Syntax

object.ID [= value]



The ID Property syntax has these parts:

Part Description
object An expression evaluating to an object of type UpdMessage.
value A Long value.

Remarks

Holds message ID. Typically, each new message you put up on the server will have higher ID value. That way you have to store in your local app's settings last ID that was shown to the end-user. When larger ID is found on the sever, you will show the message and increase local stored ID value.

wodAppUpdate doesn't use this information internally. It's up to you to decide what to do about it.