Current incarnation number. Incarnation numbers for the same ip/port pair must be increasing,
although do not need to do so at unit inrements. If not specified, the incarnation number is generated automatically
from the local time (with the precision down to seconds).

C# | Visual Basic | Managed C++ |
public uint Incarnation { get; set; }
Public Property Incarnation As UInteger
public: property unsigned int Incarnation { unsigned int get (); void set (unsigned int value); }