SecurityRoleAttribute::SetEveryoneAccess Property
.NET Framework (current version)
Sets a value indicating whether to add the Everyone user group as a user.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Property Value
Type: System::Booleantrue to require that a newly created role have the Everyone user group added as a user (roles that already exist on the application are not modified); otherwise, false to suppress adding the Everyone user group as a user.
Set this property to false to suppress adding the Everyone user group as a user to newly created roles. Set the property to true to require that a newly created role have Everyone added as a user. Roles which already exist on the application are not modified.
.NET Framework
Available since 1.1
Available since 1.1
Show: