DataProviderScriptWebPart.SourceLevel property

Specifies the source level of the query.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property SourceLevel As String
    Get
    Set
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As String

value = instance.SourceLevel

instance.SourceLevel = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public string SourceLevel { get; set; }

Property value

Type: System.String

Remarks

This property can be used for metrics or tracking.

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace