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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic Guid UniqueID { get; set; }Public Property UniqueID As Guid
Get
Set
Property Value
Guid
See Also