CFXEnvelopeUniqueID Property |
A globally unique ID used to identify this particualar message instance. This ID is used to ensure messages are not
processed more than once. It is also used in cases where the receiver needs to identify the specific message that is
being replied to.
Namespace: CFXAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic Guid UniqueID { get; set; }
Public Property UniqueID As Guid
Get
Set
Property Value
Guid
See Also