DynamicDiscoveryDocument::ExcludePaths Property
.NET Framework (current version)
Gets or sets the file-system directory paths that should not be searched for references to add to a discovery document.
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
Available since 1.1
Show: