HandlesSectionAttribute.ClearOnly Property
Indicates this section should be cleared during save, but there is no direct handler for it.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public Property ClearOnly As Boolean
public bool ClearOnly { get; set; }
public:
property bool ClearOnly {
bool get ();
void set (bool value);
}
public function get ClearOnly () : boolean
public function set ClearOnly (value : boolean)
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace