ControlBuilder::TemplatePropertyEntries Property

.NET Framework (current version)
 

Gets a collection of template property entries.

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

public:
property ICollection^ TemplatePropertyEntries {
	ICollection^ get();
}

Property Value

Type: System.Collections::ICollection^

A collection of template property entries.

If there are no entries, a static empty collection is returned.

.NET Framework
Available since 4.5
Return to top
Show: