Partager via


Category.GetCrawledProperty, méthode (Microsoft.Office.Server.Search.Administration)

Returns a crawled property for the category.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Function GetCrawledProperty ( _
    propset As Guid, _
    categoryName As String, _
    variantType As Integer _
) As CrawledProperty
'Utilisation
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
)

Paramètres

  • 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.

Valeur de retour

A Microsoft.Office.Server.Search.Administration.CrawledProperty object that represents the crawled property.

Voir aussi

Référence

Category, classe
Membres Category
Microsoft.Office.Server.Search.Administration, espace de noms