ReadOnlyPermissionSet::IsReadOnly Property

.NET Framework (current version)
 

Gets a value that indicates whether the collection is read-only.

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

public:
property bool IsReadOnly {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

Always true.

A ReadOnlyPermissionSet is always read-only, so this value must always be true.

.NET Framework
Available since 4.0
Return to top
Show: