CrawledProperty.VariantType property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute> _
Public ReadOnly Property VariantType As Integer
    Get
'Usage
Dim instance As CrawledProperty
Dim value As Integer

value = instance.VariantType
[ObsoleteAttribute]
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