TemplateDefinition::TemplatePropertyName Property

 

Retrieves the property name for the template that the design host should display in the property grid.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property String^ TemplatePropertyName {
	String^ get();
}

Property Value

Type: System::String^

The name of the template as it should appear in the Properties list of the design host.

.NET Framework
Available since 2.0
Return to top
Show: