[This is preliminary documentation and is subject to change.]

Always returns true.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public bool IsReadOnly(
	PropertyHandle instance
)
Visual Basic (Declaration)
Public Function IsReadOnly ( _
	instance As PropertyHandle _
) As Boolean
Visual C++
public:
virtual bool IsReadOnly (
	PropertyHandle instance
) sealed

Parameters

instance
PropertyHandle

Return Value

Always true.

See Also