Mapping.CrawledPropertyVariantType Property
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
Public Property CrawledPropertyVariantType As Integer
Get
Set
'Usage
Dim instance As Mapping
Dim value As Integer
value = instance.CrawledPropertyVariantType
instance.CrawledPropertyVariantType = value
public int CrawledPropertyVariantType { get; set; }
Property Value
Type: System.Int32
A 32-bit integer representing the variant data type for a crawled property.