We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dd4b43 + 793095f commit 9d834b3Copy full SHA for 9d834b3
Source/Libraries/GSF.Core/ComponentModel/DataAnnotations/LabelAttribute.cs
@@ -28,7 +28,7 @@ namespace GSF.ComponentModel.DataAnnotations
28
/// <summary>
29
/// Defines an attribute that will define a UI label to used for a modeled table field.
30
/// </summary>
31
- [AttributeUsage(AttributeTargets.Property)]
+ [AttributeUsage(AttributeTargets.Property | AttributeTargets.Method)]
32
public sealed class LabelAttribute : Attribute
33
{
34
0 commit comments