IsReadOnly Property

PPJoy

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

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsReadOnly As Boolean
C#
public bool IsReadOnly { get; }
Visual C++
public:
virtual property bool IsReadOnly {
	bool get () sealed;
}

Implements

IList..::.IsReadOnly

See Also