Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a string that is sent to the protocol handler for any content matching the crawl rule.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ContentClass As String
Get
Set
'Usage
Dim instance As CrawlRule
Dim value As String
value = instance.ContentClass
instance.ContentClass = value
public string ContentClass { get; set; }
Property Value
Type: System.String
A string containing the content class value.
Remarks
This property is not used by the out-of-the box protocol handlers.