TemplateDefinition::ServerControlsOnly Property

 

Retrieves a value indicating whether the template should limit content to Web server controls, as set in the TemplateDefinition constructor. This property is read-only.

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

public:
property bool ServerControlsOnly {
	bool get();
}

Property Value

Type: System::Boolean

true if content is limited to Web server controls; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: