ContentDatabaseSection.RequiredValidatorsEnabled Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RequiredValidatorsEnabled As Boolean
Get
Set
'Usage
Dim instance As ContentDatabaseSection
Dim value As Boolean
value = instance.RequiredValidatorsEnabled
instance.RequiredValidatorsEnabled = value
public bool RequiredValidatorsEnabled { get; set; }
Property Value
Type: System.Boolean