CrawlRule.Path property
Obtém ou define o caminho que se aplica a regra de rastreamento.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property Path As String
Get
Set
'Uso
Dim instance As CrawlRule
Dim value As String
value = instance.Path
instance.Path = value
public string Path { get; set; }
Property value
Type: System.String
Uma seqüência de caracteres que contém o caminho da regra de rastreamento.