Freigeben über


DynamicDiscoveryDocument.ExcludePaths-Eigenschaft

Ruft die Dateisystem-Verzeichnispfade ab, die nicht nach Verweisen durchsucht werden sollen, die einem Discoverydokument hinzugefügt werden sollen.

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

Syntax

'Declaration
Public Property ExcludePaths As ExcludePathInfo()
'Usage
Dim instance As DynamicDiscoveryDocument
Dim value As ExcludePathInfo()

value = instance.ExcludePaths

instance.ExcludePaths = value
public ExcludePathInfo[] ExcludePaths { get; set; }
public:
property array<ExcludePathInfo^>^ ExcludePaths {
    array<ExcludePathInfo^>^ get ();
    void set (array<ExcludePathInfo^>^ value);
}
/** @property */
public ExcludePathInfo[] get_ExcludePaths ()

/** @property */
public void set_ExcludePaths (ExcludePathInfo[] value)
public function get ExcludePaths () : ExcludePathInfo[]

public function set ExcludePaths (value : ExcludePathInfo[])

Eigenschaftenwert

Ein Array von ExcludePathInfo-Objekten.

Hinweise

Die Ausschlusspfade werden in ein dynamisches XML-Discoverydokument serialisiert.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

DynamicDiscoveryDocument-Klasse
DynamicDiscoveryDocument-Member
System.Web.Services.Discovery-Namespace