[This is preliminary documentation and is subject to change.]
Syntax
| C# |
|---|
public interface IDisplayLabelAttribute |
| Visual Basic (Declaration) |
|---|
Public Interface IDisplayLabelAttribute |
| Visual C++ |
|---|
public interface class IDisplayLabelAttribute |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| Get |
Returns the label for the property with this attribute attached to it.
| |
| IsReadOnly |
Returns true if IDisplayLabelAttribute.Set(...) for the given handle will throw a
NotSupportedException.
| |
| Set |
Returns the label for the property with this attribute attached to it.
|
See Also
Spielwerke.Data Namespace