Declaration Syntax
Public ReadOnly Property Depth() As Integer
public int Depth {get;}
public: __property int get_Depth();
public function get Depth() : int;
Remarks
The depth of a request is the number of parents that this request has. Root requests have depth0
Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)