Compartilhar via


DemotedSite.Url property

Obtém a URL de um site rebaixado.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property Url As Uri
    Get
    Private Set
'Uso
Dim instance As DemotedSite
Dim value As Uri

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

Property value

Type: System.Uri
Um objeto System.Uri que representa o URL do site rebaixado.

Ver também

Referência

DemotedSite class

DemotedSite members

Microsoft.Office.Server.Search.Administration namespace