CompletedCrawls.Type Property
Specifies a Boolean value that determines whether to include a column that displays the crawl type of each completed crawl.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("S2AdminWebPart_CrawlType", "", "S2AdminWebPart_CrawlType")> _
Public Property Type As Boolean
Get
Set
'Usage
Dim instance As CompletedCrawls
Dim value As Boolean
value = instance.Type
instance.Type = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("S2AdminWebPart_CrawlType", "", "S2AdminWebPart_CrawlType")]
public bool Type { get; set; }
Property Value
Type: System.Boolean