SecurityRoleAttribute::SetEveryoneAccess Property

 

Sets a value indicating whether to add the Everyone user group as a user.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

public:
property bool SetEveryoneAccess {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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
Return to top
Show: