SPWeb.ParserEnabled Property

Gets or sets a Boolean value that specifies whether parsing is enabled for the Web site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Property ParserEnabled As Boolean
    Get
    Set

Dim instance As SPWeb
Dim value As Boolean

value = instance.ParserEnabled

instance.ParserEnabled = value
public bool ParserEnabled { get; set; }

Property Value

Type: System.Boolean
true if parsing is enabled; otherwise, false.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace