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.