HtmlDesignerAttribute.BuilderArguments Property
Gets or sets the arguments, if any, to be passed to the custom HTML property builder.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property BuilderArguments As String
Get
Set
'Usage
Dim instance As HtmlDesignerAttribute
Dim value As String
value = instance.BuilderArguments
instance.BuilderArguments = value
public string BuilderArguments { get; set; }
Property Value
Type: System.String
String Containing the arguments that are passed to the custom builder.
Remarks
The BuilderArguments property is Optional.