Mapping.CrawledPropset property

Gets or sets the property set for the crawled property in the property mapping.

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

Syntax

'Declaration
Public Property CrawledPropset As Guid
    Get
    Set
'Usage
Dim instance As Mapping
Dim value As Guid

value = instance.CrawledPropset

instance.CrawledPropset = value
public Guid CrawledPropset { get; set; }

Property value

Type: System.Guid
A GUID identifying the crawled property's property set.

See also

Reference

Mapping class

Mapping members

Microsoft.Office.Server.Search.Administration namespace