Initializes a NameAttribute with the specified property name.

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

Syntax

C#
public NameAttribute(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)
Visual C++
public:
NameAttribute(
	String^ name
)

Parameters

name
Type: System..::.String
The name to specify as the custom name of the property.

See Also