QueryProperties.UrlZone property

Gets the originating URL zone for the query request.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property UrlZone As SPUrlZone
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As SPUrlZone

value = instance.UrlZone

instance.UrlZone = value
[DataMemberAttribute]
public SPUrlZone UrlZone { get; set; }

Property value

Type: Microsoft.SharePoint.Administration.SPUrlZone
A value from the SPUrlZone enumeration specifying the URL zone.

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace