ExternalAccessAllowed property
bool?
get
ExternalAccessAllowed
Implementation
bool? get ExternalAccessAllowed => this._externalAccessAllowed;
set
ExternalAccessAllowed
(bool? value)
Implementation
set ExternalAccessAllowed(bool? value) => this._externalAccessAllowed = value;