Declaration Syntax
Public Property GroupName() As String
public string GroupName {get; set;}
public: __property String get_GroupName();
public: __property void set_GroupName(
String value
);
public function get GroupName() : String;
public function set GroupName(String);
Requirements
Namespace: Eas.WebCrawler.PlugIns.LinkExtractorsAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)