ExternalAccessAllowed property

bool? ExternalAccessAllowed
Gets a flag indicating whether external users (outside the enterprise/tenant) can view documents at the location.

Implementation

bool? get ExternalAccessAllowed => this._externalAccessAllowed;
void ExternalAccessAllowed=(bool? value)

Implementation

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