DemotedSite.Url property

Gets the URL for a demoted site.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Url As Uri
    Get
    Private Set
'Usage
Dim instance As DemotedSite
Dim value As Uri

value = instance.Url
[DataMemberAttribute]
public Uri Url { get; private set; }

Property value

Type: System.Uri
A System.Uri object representing the URL for the demoted site.

See also

Reference

DemotedSite class

DemotedSite members

Microsoft.Office.Server.Search.Administration namespace