Gets (and in derived classes sets) the Name of the property being described.

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

Syntax

C#
public virtual string Name { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Name As String
Visual C++
public:
virtual property String^ Name {
	String^ get ();
}

Remarks

When overridden in a derived class, can be used to retrieve localized strings.

See Also