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

Returns the label for the property with this attribute attached to it.

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

Syntax

C#
string Get(
	PropertyHandle instance
)
Visual Basic (Declaration)
Function Get ( _
	instance As PropertyHandle _
) As String
Visual C++
String^ Get (
	PropertyHandle instance
)

Parameters

instance
PropertyHandle
The property the attribute is attached to.

Return Value

The label displayed to the user for this property.

See Also