AnonymousAccessAllowed property

bool? AnonymousAccessAllowed
Gets a flag indicating whether anonymous users can view documents at the location.

Implementation

bool? get AnonymousAccessAllowed => this._anonymousAccessAllowed;
void AnonymousAccessAllowed=(bool? value)

Implementation

set AnonymousAccessAllowed(bool? value) =>
    this._anonymousAccessAllowed = value;