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

Returns true if IDisplayLabelAttribute.Set(...) for the given handle will throw a NotSupportedException.

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

Syntax

C#
bool IsReadOnly(
	PropertyHandle instance
)
Visual Basic (Declaration)
Function IsReadOnly ( _
	instance As PropertyHandle _
) As Boolean
Visual C++
bool IsReadOnly (
	PropertyHandle instance
)

Parameters

instance
PropertyHandle
The property the attribute is attached to.

Return Value

true for a label which cannot be set.

See Also