DisplayScriptWebPart.UseSharedDataProvider property

Indicates if the web part is sharing a data provider from another web part

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Overridable Property UseSharedDataProvider As Boolean
    Get
    Set
'Usage
Dim instance As DisplayScriptWebPart
Dim value As Boolean

value = instance.UseSharedDataProvider

instance.UseSharedDataProvider = value
[BrowsableAttribute(false)]
public virtual bool UseSharedDataProvider { get; set; }

Property value

Type: System.Boolean

See also

Reference

DisplayScriptWebPart class

DisplayScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace