This documentation is archived and is not being maintained.

DynamicDiscoveryDocument.ExcludePaths Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Property ExcludePaths As ExcludePathInfo ()
[C#]
public ExcludePathInfo[] ExcludePaths {get; set;}
[C++]
public: __property ExcludePathInfo* get_ExcludePaths();
public: __property void set_ExcludePaths(ExcludePathInfo*[]);
[JScript]
public function get ExcludePaths() : ExcludePathInfo[];
public function set ExcludePaths(ExcludePathInfo[]);

See Also

DynamicDiscoveryDocument Class | DynamicDiscoveryDocument Members | System.Web.Services.Discovery Namespace

Show: