LegacyDN property

String? get LegacyDN
Gets the alternate mailbox legacy DN.

Implementation

String? get LegacyDN => this._legacyDN;
set LegacyDN (String? value)

Implementation

set LegacyDN(String? value) => this._legacyDN = value;