SPWebApplication.IisSettings property

Gets a collection of settings for all Internet Information Services (IIS) instances that belong to the Web application.

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; }

Property value

Type: System.Collections.Generic.Dictionary<SPUrlZone, SPIisSettings>
A System.Collections.Generic.Dictionary object that represents the collection of settings for all IIS instances.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace