The name of the test directory (without it's parent location.

Declaration Syntax

Public Property DirectoryName() As String
public string DirectoryName {get; set;}
public: __property String get_DirectoryName();
public: __property void set_DirectoryName(
	String value
);
public function get DirectoryName() : String;
public function set DirectoryName(String);

Requirements

Namespace: Eas.WebCrawler.Common.Test
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

TestDirectory Class | TestDirectory Members | Eas.WebCrawler.Common.Test Namespace