SPGlobalAdmin.IIS6EnableSTS-Methode
HINWEIS: Diese API ist veraltet.
In Windows SharePoint Services 2.0die IIS6EnableSTS -Methode gibt an, ob SharePoint Foundation in Internetinformationsdienste (IIS), Version 6 aktivieren, und wird für die Abwärtskompatibilität beibehalten.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method is no longer necessary.", False)> _
Public Sub IIS6EnableSTS ( _
bEnable As Boolean _
)
'Usage
Dim instance As SPGlobalAdmin
Dim bEnable As Boolean
instance.IIS6EnableSTS(bEnable)
[ObsoleteAttribute("This method is no longer necessary.", false)]
public void IIS6EnableSTS(
bool bEnable
)
Parameter
bEnable
Typ: System.Booleantrue zu Windows SharePoint Services in IIS zu aktivieren; andernfalls false.