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

Return the string supplied in the constructor of this attribute.

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

Syntax

C#
public string Get(
	PropertyHandle instance
)
Visual Basic (Declaration)
Public Function Get ( _
	instance As PropertyHandle _
) As String
Visual C++
public:
virtual String^ Get (
	PropertyHandle instance
) sealed

Parameters

instance
PropertyHandle

Return Value

The label as supplied in the constructor.

See Also