Compartilhar via


Mapping.CrawledPropertyVariantType property

NOTE: This API is now obsolete.

Obtém ou define o tipo de dados variante da propriedade rastreada para o mapeamento de propriedade.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<ObsoleteAttribute("VariantType is no longer supported.")> _
Public Property CrawledPropertyVariantType As Integer
    Get
    Set
'Uso
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; }

Property value

Type: System.Int32
Um inteiro de 32 bits que representa o tipo de dados variant para uma propriedade rastreada.

Ver também

Referência

Mapping class

Mapping members

Microsoft.Office.Server.Search.Administration namespace