CrawlBucketNotExistException.bucketid Property
The bucketid property of the CrawlBucketNotExistException gets the identifier of the content source to crawl.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property bucketid As Long
Get
'Usage
Dim instance As CrawlBucketNotExistException
Dim value As Long
value = instance.bucketid
public long bucketid { get; }
Property Value
Type: System.Int64
Int64. The identifier of the content source.
See Also
Reference
CrawlBucketNotExistException Class