DynamicDiscoveryDocument.ExcludePaths 属性

定义

获取或设置文件系统目录路径,不得在这些路径中搜索要添加到发现文档的引用。

public:
 property cli::array <System::Web::Services::Discovery::ExcludePathInfo ^> ^ ExcludePaths { cli::array <System::Web::Services::Discovery::ExcludePathInfo ^> ^ get(); void set(cli::array <System::Web::Services::Discovery::ExcludePathInfo ^> ^ value); };
public System.Web.Services.Discovery.ExcludePathInfo[] ExcludePaths { get; set; }
member this.ExcludePaths : System.Web.Services.Discovery.ExcludePathInfo[] with get, set
Public Property ExcludePaths As ExcludePathInfo()

属性值

ExcludePathInfo[]

一个 ExcludePathInfo 对象数组。

注解

排除路径会序列化为 XML 动态发现文档。

适用于