Share via


AudiencePicker.SupportRuntimeFilter Property

Gets or sets a value indicating whether to render Microsoft JScript code (ECMAScript as defined by the specification of the European Computer Manufacturers Association, such as JScript or JavaScript) and HTML layout as a dialog box or inline as part of a Microsoft Office SharePoint Portal Server form page.

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

Syntax

'Declaration
Public Property SupportRuntimeFilter As Boolean
    Get
    Set
'Usage
Dim instance As AudiencePicker
Dim value As Boolean

value = instance.SupportRuntimeFilter

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

Property Value

Type: System.Boolean
true if JScript code and HTML layout is rendered as a dialog box; false if JScript code and HTML layout is rendered inline as part of a SharePoint Portal Server form page. The default value is false.

See Also

Reference

AudiencePicker Class

AudiencePicker Members

Microsoft.SharePoint.Portal.WebControls Namespace