NameScope::IsReadOnly Property

.NET Framework (current version)
 

Gets a value indicating whether the collection is read-only.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

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

Property Value

Type: System::Boolean

Always returns false.

.NET Framework
Available since 4.0
Return to top
Show: