Share via


CrawledProperty.VariantType Property

Gets the variant data type for a crawled property.

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

Syntax

'Declaration
Public ReadOnly Property VariantType As Integer
    Get
'Usage
Dim instance As CrawledProperty
Dim value As Integer

value = instance.VariantType
public int VariantType { get; }

Property Value

Type: System.Int32
A 32-bit integer that specifies the variant data type for the crawled property.

See Also

Reference

CrawledProperty Class

CrawledProperty Members

Microsoft.Office.Server.Search.Administration Namespace