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