Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.