AudiencePicker.SupportRuntimeFilter Property

Gets or sets a value that indicates whether to render ECMAScript (JavaScript, JScript) and HTML layout as a dialog box, or inline as part of a Microsoft SharePoint 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 SharePoint Server and HTML layout is rendered as a dialog box; false if JavaScript and HTML layout is rendered inline as part of a SharePoint Server form page. The default value is false.

See Also

Reference

AudiencePicker Class

AudiencePicker Members

Microsoft.SharePoint.Portal.WebControls Namespace