DesignerRegion.Description Property
.NET Framework 3.0
Gets or sets the description for a designer region.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public String get_Description () /** @property */ public void set_Description (String value)
public function get Description () : String public function set Description (value : String)
Not applicable.
Property Value
A text description of the designer region. The default is an empty string ("").Community Additions
ADD
Show: