UniqueId property

String? UniqueId
Gets the unique Id of the Exchange object.

Implementation

String? get UniqueId => this._uniqueId;
void UniqueId=(String? value)

Implementation

set UniqueId(String? value) => this._uniqueId = value;