共用方式為


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 物件的陣列。

備註

排除路徑會序列化為 XML 動態探索檔。

適用於