Category.GetCrawledProperty - Méthode (Guid, String, Int32)

Remarque : cette API est désormais obsolète.

Renvoie une propriété analysée pour la catégorie.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("VariantType is no longer supported. Use GetCrawledProperty(Guid,string) instead.")> _
Public Function GetCrawledProperty ( _
    propset As Guid, _
    propertyName As String, _
    variantType As Integer _
) As CrawledProperty
'Utilisation
Dim instance As Category
Dim propset As Guid
Dim propertyName As String
Dim variantType As Integer
Dim returnValue As CrawledProperty

returnValue = instance.GetCrawledProperty(propset, _
    propertyName, variantType)
[ObsoleteAttribute("VariantType is no longer supported. Use GetCrawledProperty(Guid,string) instead.")]
public CrawledProperty GetCrawledProperty(
    Guid propset,
    string propertyName,
    int variantType
)

Paramètres

  • propset
    Type : System.Guid

    GUID qui spécifie la propriété définie pour la propriété analysée.

  • propertyName
    Type : System.String

    Chaîne qui spécifie le nom de la propriété analysée.

  • variantType
    Type : System.Int32

    Entier 32 bits qui spécifie le type de données variant.

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Administration.CrawledProperty
La propriété analysée.

Voir aussi

Référence

Category classe

Category - Membres

GetCrawledProperty - Surcharge

Microsoft.Office.Server.Search.Administration - Espace de noms