Visual Basic (Declaration)
Public Property ParserEnabled As Boolean
Dim instance As SPWeb
Dim value As Boolean
value = instance.ParserEnabled
instance.ParserEnabled = value
public bool ParserEnabled { get; set; }
Property Value
true if parsing is enabled; otherwise,
false.