This document is archived and information here might be outdated. Recommended version. |
The crawler class name.
[Visual Basic .NET]
Public Property CrawlerName As String
[C#]
public string CrawlerName {get; set;}
[C++]
HRESULT get_CrawlerName(
BSTR pCrawlerName
);
[C++]
HRESULT put_CrawlerName(
System.String* pCrawlerName
);
[C++] Parameters pCrawlerName [in]
pCrawlerName is a parameter of type BSTR pCrawlerName [out, retval]
pCrawlerName is a parameter of type BSTR*