Share via


QueryProperties.UrlZone property

NOTE: This API is now obsolete.

Gets the originating URL zone for the query request.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
<ObsoleteAttribute("This class is obsolete.")> _
Public Property UrlZone As SPUrlZone
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As SPUrlZone

value = instance.UrlZone

instance.UrlZone = value
[DataMemberAttribute]
[ObsoleteAttribute("This class is obsolete.")]
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.SharePoint.Search.Query namespace