When applied to a property or field, specifies the "friendly name" that the property will register as.

Namespace:  ShinyDesign.Design
Assembly:  ShinyDesign (in ShinyDesign.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class NameAttribute : Attribute
Visual Basic (Declaration)
Public Class NameAttribute _
	Inherits Attribute
Visual C++
public ref class NameAttribute : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    ShinyDesign.Design..::.NameAttribute

See Also