SPWebApplication.IisSettings-Eigenschaft

Ruft eine Auflistung von Einstellungen für alle Instanzen von Internetinformationsdienste (Internet Information Services, IIS), die für die Webanwendung gehören.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property IisSettings As Dictionary(Of SPUrlZone, SPIisSettings)
    Get
'Usage
Dim instance As SPWebApplication
Dim value As Dictionary(Of SPUrlZone, SPIisSettings)

value = instance.IisSettings
public Dictionary<SPUrlZone, SPIisSettings> IisSettings { get; }

Eigenschaftswert

Typ: System.Collections.Generic.Dictionary<SPUrlZone, SPIisSettings>
Ein System.Collections.Generic.Dictionary -Objekt, das die Einstellungen für alle Instanzen von IIS-Auflistung darstellt.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace