Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft