DynamicDiscoveryDocument::ExcludePaths Property

 

Gets or sets the file-system directory paths that should not be searched for references to add to a discovery document.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property array<ExcludePathInfo^>^ ExcludePaths {
	array<ExcludePathInfo^>^ get();
	void set(array<ExcludePathInfo^>^ value);
}

Property Value

Type: array<System.Web.Services.Discovery::ExcludePathInfo^>^

An array of ExcludePathInfo objects.

The exclude paths are serialized to an XML dynamic discovery document.

.NET Framework
Available since 1.1
Return to top
Show: