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
Public ReadOnly Property Url As Uri
Get
'Usage
Dim instance As DemotedSite
Dim value As Uri
value = instance.Url
public Uri Url { get; }
Property Value
Type: System.Uri
A System.Uri object representing the URL for the demoted site.