MappingInfo.CrawledPropset property
Gets or sets the property set of the crawled property this mapping belongs to.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CrawledPropset As Guid
Get
Set
'Usage
Dim instance As MappingInfo
Dim value As Guid
value = instance.CrawledPropset
instance.CrawledPropset = value
[DataMemberAttribute]
public Guid CrawledPropset { get; set; }
Property value
Type: System.Guid