BrowserBuilderType Class

Used to specify use of the default builder for a custom property or provide a custom builder for the property at run time.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.WebPartPages.BrowserBuilderType

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class BrowserBuilderType
'Usage
Dim instance As BrowserBuilderType
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class BrowserBuilderType

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BrowserBuilderType Members

Microsoft.SharePoint.WebPartPages Namespace