SPIisSettings.ServerBindings property

Gets the collection of server bindings that are used for the Internet Information Services (IIS) Web site that pertains to the IIS settings.

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

Syntax

'Declaration
Public ReadOnly Property ServerBindings As Collection(Of SPServerBinding)
    Get
'Usage
Dim instance As SPIisSettings
Dim value As Collection(Of SPServerBinding)

value = instance.ServerBindings
public Collection<SPServerBinding> ServerBindings { get; }

Property value

Type: System.Collections.ObjectModel.Collection<SPServerBinding>
A System.Collections.ObjectModel.Collection object that contains the server bindings.

See also

Reference

SPIisSettings class

SPIisSettings members

Microsoft.SharePoint.Administration namespace