Mapping.CrawledPropertyVariantType - Propriété
Remarque : cette API est désormais obsolète.
Obtient ou définit le type de données variant de la propriété analysée pour le mappage de propriété.
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.")> _
Public Property CrawledPropertyVariantType As Integer
Get
Set
'Utilisation
Dim instance As Mapping
Dim value As Integer
value = instance.CrawledPropertyVariantType
instance.CrawledPropertyVariantType = value
[ObsoleteAttribute("VariantType is no longer supported.")]
public int CrawledPropertyVariantType { get; set; }
Valeur de propriété
Type : System.Int32
Un entier 32 bits qui représente le type de données variant pour une propriété analysée.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms