TrustGeneralSettingSection.IsEdit Property
Gets or sets a Boolean value that specifies whether the control is in edit mode.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Friend Property IsEdit As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.IsEdit
Me.IsEdit = value
protected internal bool IsEdit { get; set; }
Property Value
Type: System.Boolean
Returns Booleantrue if the control is in edit mode.
See Also
Reference
TrustGeneralSettingSection Class