SPWebApplication.IisSettings 属性

获取属于 Web 应用程序的所有 Internet Information Services (IIS) 实例的设置的集合。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property IisSettings As Dictionary(Of SPUrlZone, SPIisSettings)
    Get
用法
Dim instance As SPWebApplication
Dim value As Dictionary(Of SPUrlZone, SPIisSettings)

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

属性值

类型:System.Collections.Generic.Dictionary<SPUrlZone, SPIisSettings>
System.Collections.Generic.Dictionary对象,该对象表示的所有 IIS 实例的设置的集合。

另请参阅

引用

SPWebApplication 类

SPWebApplication 成员

Microsoft.SharePoint.Administration 命名空间