TypeDescriptorPermissionAttribute::RestrictedRegistrationAccess Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the type descriptor can be accessed from partial trust.

Namespace:   System.Security.Permissions
Assembly:  System (in System.dll)

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

Property Value

Type: System::Boolean

true if the type descriptor can be accessed from partial trust; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: