[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#
void Set(
	PropertyHandle instance,
	string label
)
Visual Basic (Declaration)
Sub Set ( _
	instance As PropertyHandle, _
	label As String _
)
Visual C++
void Set (
	PropertyHandle instance, 
	String^ label
)

Parameters

instance
PropertyHandle
The property the attribute is attached to.
label
String
The label displayed to the user for this property.

Exceptions

ExceptionCondition
System..::NotSupportedExceptionThrown if the label cannot be set for the given instance.

See Also