: Category.GetCrawledProperty (Método) (Microsoft.Office.Server.Search.Administration)
Returns a crawled property for the category.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Function GetCrawledProperty ( _
propset As Guid, _
categoryName As String, _
variantType As Integer _
) As CrawledProperty
'Uso
Dim instance As Category
Dim propset As Guid
Dim categoryName As String
Dim variantType As Integer
Dim returnValue As CrawledProperty
returnValue = instance.GetCrawledProperty(propset, categoryName, variantType)
public CrawledProperty GetCrawledProperty (
Guid propset,
string categoryName,
int variantType
)
Parámetros
- propset
A GUID that specifies the property set for the crawled property.
- categoryName
A string that specifies the name of the crawled property.
- variantType
A 32-bit integer that specifies the variant data type.
Valor devuelto
A Microsoft.Office.Server.Search.Administration.CrawledProperty object that represents the crawled property.
Vea también
Referencia
Category (Clase)
Category (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)