Mapping.CrawledPropertyVariantType property

NOTE: This API is now obsolete.

Gets or sets the variant data type of the crawled property for the property mapping.

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

Syntax

'Declaration
<ObsoleteAttribute("VariantType is no longer supported.")> _
Public Property CrawledPropertyVariantType As Integer
    Get
    Set
'Usage
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
A 32-bit integer representing the variant data type for a crawled property.

See also

Reference

Mapping class

Mapping members

Microsoft.Office.Server.Search.Administration namespace