ReflectionPermissionAttribute::MemberAccess Property

 

Gets or sets a value that indicates whether invocation of operations on non-public members is allowed.

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

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

Property Value

Type: System::Boolean

true if invocation of operations on non-public members is allowed; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: