Declaration Syntax
Public Overrides Property Handle() As IntPtr
public override IntPtr Handle {get; set;}
public: __property IntPtr get_Handle();
public: __property void set_Handle(
IntPtr value
);
public override function get Handle() : IntPtr;
public override function set Handle(IntPtr);
Requirements
Namespace: Eas.WebCrawler.Common.ThreadingAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)