Click or drag to resize
CorrelationID Properties

The CorrelationID type exposes the following members.

Properties
  NameDescription
Public propertyIsInternal
Returns true if this correlation id object was generated internally by the library.
Public propertyIsObject
Returns true if this correlation id object was was originally initialized with an object value.
Public propertyIsValue
Returns true if this correlation id object was was originally initialized with an long value.
Public propertyObject
Returns the value of this correlation id as a Object value.
Public propertyValue
Returns the value of this correlation id as a long value.
Top
See Also